Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compatibility/cdo/pom.xml')
-rwxr-xr-xtests/compatibility/cdo/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/compatibility/cdo/pom.xml b/tests/compatibility/cdo/pom.xml
new file mode 100755
index 00000000000..fc73b37210f
--- /dev/null
+++ b/tests/compatibility/cdo/pom.xml
@@ -0,0 +1,23 @@
+<?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</groupId>
+ <artifactId>org.eclipse.papyrus.tests.cdo.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../../../releng/main-tests-with-cdo/pom.xml</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus.compatibility.tests-cdo</groupId>
+ <artifactId>org.eclipse.papyrus.plugins.tests.cdo</artifactId>
+ <packaging>pom</packaging>
+ <description>The top container of plug-in projects compatibility tests for the main Papyrus distribution.</description>
+
+ <modules>
+ <!-- children -->
+ <module>org.eclipse.papyrus.compatibility.cdo.tests</module>
+ </modules>
+
+</project> \ No newline at end of file

Back to the top