Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/infra/gmfdiag/pom.xml')
-rwxr-xr-xtests/junit/plugins/infra/gmfdiag/pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/pom.xml b/tests/junit/plugins/infra/gmfdiag/pom.xml
new file mode 100755
index 00000000000..a865dfac7cc
--- /dev/null
+++ b/tests/junit/plugins/infra/gmfdiag/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.infra.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.papyrus.tests</groupId>
+ <artifactId>org.eclipse.papyrus.infra.gmfdiag.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>Tests for infra gmfdiag</description>
+
+ <modules>
+ <module>org.eclipse.papyrus.infra.gmfdiag.commands.tests</module>
+ <module>org.eclipse.papyrus.infra.gmfdiag.common.tests</module>
+ <module>org.eclipse.papyrus.infra.gmfdiag.canonical.tests</module>
+ <module>org.eclipse.papyrus.infra.gmfdiag.welcome.tests</module>
+ <module>org.eclipse.papyrus.infra.gmfdiag.css.tests</module>
+ <module>org.eclipse.papyrus.infra.gmfdiag.menu.tests</module>
+ <module>assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests</module>
+
+ </modules>
+
+</project>

Back to the top