Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml')
-rw-r--r--examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml b/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml
new file mode 100644
index 00000000000..1cc885d3352
--- /dev/null
+++ b/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.examples.uml</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.uml.diagram.emftree</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top