Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaƫl Barbero2014-07-18 09:47:58 +0000
committerMikael Barbero2014-07-18 10:17:15 +0000
commit47a5048c07509a5abb7e06480e5be8c56a186664 (patch)
tree4eca556cc6b898b0d8d23b6025d2ddd02cbf6cda /packaging/org.eclipse.emf.compare.rcp.ui-feature
parentad7dfc0641d2e21924e21d6c3548e8cdb1af63f2 (diff)
downloadorg.eclipse.emf.compare-47a5048c07509a5abb7e06480e5be8c56a186664.tar.gz
org.eclipse.emf.compare-47a5048c07509a5abb7e06480e5be8c56a186664.tar.xz
org.eclipse.emf.compare-47a5048c07509a5abb7e06480e5be8c56a186664.zip
created parent module for bundles and features to factorize pom definitions
Diffstat (limited to 'packaging/org.eclipse.emf.compare.rcp.ui-feature')
-rw-r--r--packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml35
1 files changed, 3 insertions, 32 deletions
diff --git a/packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml b/packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml
index dada9e921..04f9ec08b 100644
--- a/packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml
+++ b/packaging/org.eclipse.emf.compare.rcp.ui-feature/pom.xml
@@ -3,42 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>emf.compare-parent</artifactId>
<groupId>org.eclipse.emf.compare</groupId>
- <version>3.1.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
+ <artifactId>emf.compare-feature-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../org.eclipse.emf.compare-parent/feature-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare.features</groupId>
<artifactId>org.eclipse.emf.compare.rcp.ui</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <executions>
- <execution>
- <!-- Don't attach (default) metadata before the source-feature execution.-->
- <id>default-p2-metadata-default</id>
- <configuration>
- <attachP2Metadata>false</attachP2Metadata>
- </configuration>
- </execution>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top