Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLorenzo Bettini2014-05-18 09:12:00 +0000
committerLorenzo Bettini2014-05-18 10:01:56 +0000
commitc6284fc5360ac1c96cabfff2d9679cebb0a00183 (patch)
tree3e872a633f5727a55205ea01491a27ae292640fe /tests
parentc3bf12a060ef22893fa0a4a66e714342506e65d7 (diff)
downloadorg.eclipse.emf-parsley-c6284fc5360ac1c96cabfff2d9679cebb0a00183.tar.gz
org.eclipse.emf-parsley-c6284fc5360ac1c96cabfff2d9679cebb0a00183.tar.xz
org.eclipse.emf-parsley-c6284fc5360ac1c96cabfff2d9679cebb0a00183.zip
poms for the dsl
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.emf.parsley.tests.models/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.parsley.tests.models/pom.xml b/tests/org.eclipse.emf.parsley.tests.models/pom.xml
new file mode 100644
index 000000000..25aae9bbc
--- /dev/null
+++ b/tests/org.eclipse.emf.parsley.tests.models/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../releng/org.eclipse.emf.parsley.parent/pom.xml</relativePath>
+ <groupId>org.eclipse.emf.parsley</groupId>
+ <artifactId>org.eclipse.emf.parsley.parent</artifactId>
+ <version>0.1.1-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.emf.parsley.tests.models</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+</project> \ No newline at end of file

Back to the top