Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/editor/pom.xml')
-rw-r--r--plugins/facet/editor/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/facet/editor/pom.xml b/plugins/facet/editor/pom.xml
new file mode 100644
index 00000000000..e12f09b65cd
--- /dev/null
+++ b/plugins/facet/editor/pom.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>org.eclipse.papyrus.facet-editor</artifactId>
+ <packaging>pom</packaging>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.facet</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <name>Papyrus EMF Facet Editors</name>
+ <description>Documentation plug-ins for Papyrus EMF Facet.</description>
+
+ <modules>
+ <module>org.eclipse.papyrus.emf.facet.custom.doc</module>
+ <module>org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc</module>
+ <module>org.eclipse.papyrus.emf.facet.doc</module>
+ </modules>
+</project>

Back to the top