blob: fe9f7b100ace9c93e5046e46a4368f2ab75d4b6d [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>
10 <artifactId>org.eclipse.vex-releng</artifactId>
11 <groupId>org.eclipse.vex</groupId>
Florian Thienel1af74b92012-09-23 11:47:58 +020012 <version>1.1.0-SNAPSHOT</version>
Florian Thienelfa641e52011-11-10 00:49:26 +010013 <relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
14 </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>
21 <version>${tycho-version}</version>
22 <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>