blob: af90500b27bbdede50f66bde98442dbf1e723dcb [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <artifactId>org.eclipse.vex.sdk.feature</artifactId>
6 <packaging>eclipse-feature</packaging>
Florian Thienelfa641e52011-11-10 00:49:26 +01007 <name>Vex SDK Feature</name>
8
9 <parent>
Florian Thienel8703b3a2014-11-22 19:52:16 +010010 <artifactId>features</artifactId>
Florian Thienelfa641e52011-11-10 00:49:26 +010011 <groupId>org.eclipse.vex</groupId>
Florian Thienel1af74b92012-09-23 11:47:58 +020012 <version>1.1.0-SNAPSHOT</version>
Florian Thienel8703b3a2014-11-22 19:52:16 +010013 <relativePath>../org.eclipse.vex.releng/features-pom.xml</relativePath>
Florian Thienelfa641e52011-11-10 00:49:26 +010014 </parent>
15
Florian Thieneladc83542013-01-11 15:29:33 +010016 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.eclipse.tycho.extras</groupId>
20 <artifactId>tycho-source-feature-plugin</artifactId>
Carsten Hiesserich82f64882014-07-05 17:38:54 +020021 <version>${tycho-extras-version}</version>
Florian Thieneladc83542013-01-11 15:29:33 +010022 <executions>
23 <execution>
24 <id>source-feature</id>
25 <phase>package</phase>
26 <goals>
27 <goal>source-feature</goal>
28 </goals>
29 </execution>
30 </executions>
31 </plugin>
Florian Thieneladc83542013-01-11 15:29:33 +010032 </plugins>
33 </build>
34
Florian Thienelfa641e52011-11-10 00:49:26 +010035</project>