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 /extraplugins/robotml/org.eclipse.papyrus.robotml
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 'extraplugins/robotml/org.eclipse.papyrus.robotml')
-rw-r--r--extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml b/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml
index d1b8dfa86ad..9bbe1123862 100644
--- a/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml
+++ b/extraplugins/robotml/org.eclipse.papyrus.robotml/pom.xml
@@ -2,10 +2,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.papyrus</artifactId>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ <relativePath>../../../releng/extra</relativePath>
</parent>
<artifactId>org.eclipse.papyrus.robotml</artifactId>
<groupId>org.eclipse.papyrus</groupId>

Back to the top