Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/others/pom.xml')
-rw-r--r--examples/others/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/others/pom.xml b/examples/others/pom.xml
new file mode 100644
index 00000000000..6b8071cc98c
--- /dev/null
+++ b/examples/others/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.examples</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.examples.others</artifactId>
+ <packaging>pom</packaging>
+ <modules>
+ <!-- FIXME compilation error <module>org.eclipse.papyrus.example.diagram.simplediagram</module>-->
+ <module>org.eclipse.papyrus.example.text.instance</module>
+ </modules>
+</project> \ No newline at end of file

Back to the top