Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-03-07 14:16:55 +0000
committerChristian W. Damus2016-03-07 21:44:18 +0000
commit85ac78aed7e2a0b17920adf21f4d905b53159081 (patch)
treea0a0286de310d418de9dc8c1eea479a6485ac367 /plugins/facet
parentb73d3c2d9bc9eb2fe3f7a678ef00e81e4dd925a2 (diff)
downloadorg.eclipse.papyrus-85ac78aed7e2a0b17920adf21f4d905b53159081.tar.gz
org.eclipse.papyrus-85ac78aed7e2a0b17920adf21f4d905b53159081.tar.xz
org.eclipse.papyrus-85ac78aed7e2a0b17920adf21f4d905b53159081.zip
Bug 488558: [Releng] Projects not included in the Main release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=488558 Add facet customization model editor to the Papyrus distribution. Delete the modeled service-registry projects; they aren't needed. Change-Id: I032444009c96214625465fdcd5cecea6d8d5a7d3
Diffstat (limited to 'plugins/facet')
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml12
-rw-r--r--plugins/facet/editor/pom.xml1
2 files changed, 13 insertions, 0 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml
new file mode 100644
index 00000000000..163b2458b10
--- /dev/null
+++ b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.facet-editor</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.emf.facet.custom.metamodel.editor</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/facet/editor/pom.xml b/plugins/facet/editor/pom.xml
index e12f09b65cd..d77cd7edfb8 100644
--- a/plugins/facet/editor/pom.xml
+++ b/plugins/facet/editor/pom.xml
@@ -13,6 +13,7 @@
<modules>
<module>org.eclipse.papyrus.emf.facet.custom.doc</module>
+ <module>org.eclipse.papyrus.emf.facet.custom.metamodel.editor</module>
<module>org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc</module>
<module>org.eclipse.papyrus.emf.facet.doc</module>
</modules>

Back to the top