blob: c81ca6f82eb728ced6076102d3312d972b5058bf [file] [log] [blame]
Edgar Muelleree61a0c2012-07-30 10:49:08 +02001<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.eclipse.emf.emfstore</groupId>
7 <artifactId>emfstore-parent</artifactId>
jonasf02c9952013-03-04 16:08:36 +01008 <version>1.0.0-SNAPSHOT</version>
Edgar Muelleree61a0c2012-07-30 10:49:08 +02009 <relativePath>../emfstore-parent/</relativePath>
10 </parent>
11 <groupId>org.eclipse.emf.emfstore</groupId>
12 <artifactId>org.eclipse.emf.emfstore.client.ui.feature</artifactId>
jonasf02c9952013-03-04 16:08:36 +010013 <version>1.0.0-SNAPSHOT</version>
Edgar Muelleree61a0c2012-07-30 10:49:08 +020014 <packaging>eclipse-feature</packaging>
15
16 <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>
32 <plugin>
33 <groupId>org.eclipse.tycho</groupId>
34 <artifactId>tycho-p2-plugin</artifactId>
35 <version>${tycho-version}</version>
36 <executions>
37 <execution>
38 <id>attached-p2-metadata</id>
39 <phase>package</phase>
40 <goals>
41 <goal>p2-metadata</goal>
42 </goals>
43 </execution>
44 </executions>
45 </plugin>
46 </plugins>
47 </build>
48</project>