Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-24 15:02:14 +0000
committerCamille Letavernier2014-08-01 08:51:43 +0000
commita017d3b3938766d0bc8c351999c58ec25aaa8f64 (patch)
tree2c57bc9e9aac325de14b760aa2a9c5ebd11a26e5 /features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
parentd2670a6e1fe4d9a65f41d06b325c4f99bffc0253 (diff)
downloadorg.eclipse.papyrus-a017d3b3938766d0bc8c351999c58ec25aaa8f64.tar.gz
org.eclipse.papyrus-a017d3b3938766d0bc8c351999c58ec25aaa8f64.tar.xz
org.eclipse.papyrus-a017d3b3938766d0bc8c351999c58ec25aaa8f64.zip
[Tests refactoring] Generate pom.xml for main Test Features
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
new file mode 100644
index 00000000000..7e1135c0b56
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
@@ -0,0 +1,15 @@
+<?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</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-main-tests.xml</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.tests.infra.core.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top