blob: a5d24fb0ecd684494e4f0cb496554fd0b175491e [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>org.eclipse.ote.build</groupId>
<artifactId>ote.dependencies.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../ote.dependencies.parent</relativePath>
</parent>
<artifactId>ote.dependencies.feature</artifactId>
<packaging>eclipse-feature</packaging>
<name>OTE Runtime 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>