Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml')
-rw-r--r--extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml b/extraplugins/facade/org.eclipse.papyrus.facade.editor/pom.xml
new file mode 100644
index 00000000000..3e9d2debb3a
--- /dev/null
+++ b/extraplugins/facade/org.eclipse.papyrus.facade.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</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.facade.editor</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top