blob: 3410b299319632fbc47462513c57ca822a8c4690 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.platform.releng.buildtools</artifactId>
<groupId>org.eclipse.platform</groupId>
<version>1.0.101-SNAPSHOT</version>
</parent>
<artifactId>features</artifactId>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.releng.build.tools.feature</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>