blob: 24c79967be8a106a47498ec4ebd1372c8a223647 [file] [log] [blame]
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.ote.simple</groupId>
<artifactId>org.eclipse.ote.simple.parent</artifactId>
<version>0.26.3-SNAPSHOT</version>
<relativePath>../org.eclipse.ote.simple.parent</relativePath>
</parent>
<artifactId>org.eclipse.ote.simple.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>OTE Simple Feature</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<id>source-feature</id>
<goals>
<goal>source-feature</goal>
</goals>
<configuration>
<excludes>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>