blob: f9a461f8bb86a996ce175bd8f59568d7f40fad12 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>ote.ide</groupId>
<artifactId>org.eclipse.ote.simple.oteide.product.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../org.eclipse.ote.simple.oteide.product.parent</relativePath>
</parent>
<artifactId>org.eclipse.ote.simple.oteide.product.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>OTE IDE Product Feature</name>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>