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 /plugins/org.eclipse.emf.compare.rcp
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 'plugins/org.eclipse.emf.compare.rcp')
-rw-r--r--plugins/org.eclipse.emf.compare.rcp/pom.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/plugins/org.eclipse.emf.compare.rcp/pom.xml b/plugins/org.eclipse.emf.compare.rcp/pom.xml
index 12a247d7d..b9050ecdf 100644
--- a/plugins/org.eclipse.emf.compare.rcp/pom.xml
+++ b/plugins/org.eclipse.emf.compare.rcp/pom.xml
@@ -3,22 +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-bundle-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../org.eclipse.emf.compare-parent/bundle-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.rcp</artifactId>
<version>2.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top