blob: 4401d0e80ef4e71562095b872f9968f3e5fb129b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tycho-extras-its-project</groupId>
<artifactId>custom-bundle-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>custom.bundle.feature</artifactId>
<packaging>eclipse-feature</packaging>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<deployableFeature>true</deployableFeature>
</configuration>
</plugin>
</plugins>
</build>
</project>