Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-12 12:11:52 +0000
committerCamille Letavernier2015-06-12 12:11:52 +0000
commit231d37a57fb31f4b3202231a7fa6d4d65866585a (patch)
tree3c5d83535080886e6e0697c9ef7860e58ce1c67d /features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml
parent1ef27af606601bebbdb88e821f61d4847e409b14 (diff)
downloadorg.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.tar.gz
org.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.tar.xz
org.eclipse.papyrus-231d37a57fb31f4b3202231a7fa6d4d65866585a.zip
[Releng] Restructure shared test bundles (Framework & BundleTests) to be
able to use them in any Test Builds - oep.junit.utils, oep.junit.framework and oep.bundle.tests now belong to the Papyrus Developer build Change-Id: Ibd98199e93e62eca6ff43d58bf7de142193ba9fb Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml
new file mode 100644
index 00000000000..f674dcdfa7c
--- /dev/null
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.dev.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/dev</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.junit.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top