Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-11 15:04:37 +0000
committerCamille Letavernier2015-06-11 15:04:37 +0000
commitbfc610f07d08a5b7291a3e9a050f3955fd9c1aee (patch)
tree35967cc257ff1f4ef39b18e1379e9cc874651a77 /tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests
parentd7778a41806230a618a00692229b85077abb0ff1 (diff)
downloadorg.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.tar.gz
org.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.tar.xz
org.eclipse.papyrus-bfc610f07d08a5b7291a3e9a050f3955fd9c1aee.zip
469953: [Releng] Update the build to support a global POM
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469953 Change-Id: I050cf9dbbdd5705aaf8d45f2db3458226d148002 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests')
-rw-r--r--tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
index 6d7225e42ee..c096e89c65c 100644
--- a/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
+++ b/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
@@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../../../../releng/top-pom-main-tests.xml</relativePath>
+ <relativePath>../../../../../../releng/main-tests</relativePath>
</parent>
<groupId>org.eclipse.papyrus</groupId>
<artifactId>org.eclipse.papyrus.uml.diagram.activity.tests</artifactId>

Back to the top