blob: 6718c334aa8b4f6d90bc2970449f926ae73b1f39 [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>
<groupId>org.eclipse.pde.emfforms</groupId>
<parent>
<artifactId>emfforms</artifactId>
<groupId>org.eclipse.pde</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>features</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.pde.ds-feature</module>
<!-- <module>org.eclipse.pde.ds.test-feature</module> -->
</modules>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>0.11.1</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>