Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-13 17:36:02 +0000
committerChristian W. Damus2016-02-13 17:58:21 +0000
commit1de68c31980aaaddc0432ce49ada9477444831bd (patch)
treeca1d2e67e1522997c5bdfcaf23381621697243ec /plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
parentf050d4119a2316b27588076d4fc90152773fc019 (diff)
downloadorg.eclipse.papyrus-1de68c31980aaaddc0432ce49ada9477444831bd.tar.gz
org.eclipse.papyrus-1de68c31980aaaddc0432ce49ada9477444831bd.tar.xz
org.eclipse.papyrus-1de68c31980aaaddc0432ce49ada9477444831bd.zip
Revert "Bug 485220: [Architecture] Provide a more modular architecture https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220"
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml')
-rw-r--r--plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
index 9f26103f91d..31fb6121255 100644
--- a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
+++ b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
@@ -3,11 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.customization-all</artifactId>
+ <artifactId>org.eclipse.papyrus.customization</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.infra.gmfdiag.expansion.editor</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top