diff options
author | Camille Letavernier | 2015-06-11 15:04:37 +0000 |
---|---|---|
committer | Camille Letavernier | 2015-06-11 15:04:37 +0000 |
commit | bfc610f07d08a5b7291a3e9a050f3955fd9c1aee (patch) | |
tree | 35967cc257ff1f4ef39b18e1379e9cc874651a77 /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette | |
parent | d7778a41806230a618a00692229b85077abb0ff1 (diff) | |
download | org.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 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette')
-rw-r--r-- | plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/pom.xml b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/pom.xml index 4ed1b22de55..db340d829e5 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/pom.xml +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.palette/pom.xml @@ -2,10 +2,10 @@ <project> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>org.eclipse.papyrus</artifactId> + <artifactId>org.eclipse.papyrus.releng</artifactId> <groupId>org.eclipse.papyrus</groupId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../releng/top-pom-main.xml</relativePath> + <relativePath>../../../../releng/main</relativePath> </parent> <artifactId>org.eclipse.papyrus.infra.gmfdiag.css.palette</artifactId> <groupId>org.eclipse.papyrus</groupId> |