Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-13 17:34:06 +0000
committerChristian W. Damus2016-02-13 17:58:30 +0000
commit9003e22dc8a83a780b6df987c55990268cc2d298 (patch)
treebc8ed155acee0b5986dc621fe248b40c99a8140d /plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml
parent1de68c31980aaaddc0432ce49ada9477444831bd (diff)
downloadorg.eclipse.papyrus-9003e22dc8a83a780b6df987c55990268cc2d298.tar.gz
org.eclipse.papyrus-9003e22dc8a83a780b6df987c55990268cc2d298.tar.xz
org.eclipse.papyrus-9003e22dc8a83a780b6df987c55990268cc2d298.zip
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Fix the actual problem with the dev build's bundle dependency resolution, which is that the infra.gmfdiag.css.debug bundle's parent module was not the dev releng module of which it was a child.
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml b/plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml
index 09c408a57bc..a9bdccb6e0d 100644
--- a/plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml
+++ b/plugins/developer/org.eclipse.papyrus.domaincodegen.ui/pom.xml
@@ -2,13 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
+ <artifactId>org.eclipse.papyrus.developer</artifactId>
<groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
- <relativePath>../../../releng/dev</relativePath>
+ <version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.domaincodegen.ui</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project> \ No newline at end of file
+</project>

Back to the top