Skip to main content
summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarkus Alexander Kuppe2013-06-17 12:51:42 +0000
committerMarkus Alexander Kuppe2013-06-17 13:45:00 +0000
commit2db833285f57fe09df0f4492cc33fd29a5dc613a (patch)
tree877ede060ea37b7d3f07f9030d5ff369c9db9a0e /build
parentbbc6934b849f24fe31717220e96ebfe210159eb8 (diff)
downloadorg.eclipse.e4.tools-2db833285f57fe09df0f4492cc33fd29a5dc613a.tar.gz
org.eclipse.e4.tools-2db833285f57fe09df0f4492cc33fd29a5dc613a.tar.xz
org.eclipse.e4.tools-2db833285f57fe09df0f4492cc33fd29a5dc613a.zip
Bug 403237 - o.e.e4.tools cannot be build with "mvn clean install"I20130619-2200I20130618-2200I20130617-2200
https://bugs.eclipse.org/403237 Change-Id: Icd239c744d74fc4dc7cab0ed0f45526e9ed87812
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.e4.core.tools.update/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/pom.xml b/build/org.eclipse.e4.core.tools.update/pom.xml
index 945b194b..0545f22c 100644
--- a/build/org.eclipse.e4.core.tools.update/pom.xml
+++ b/build/org.eclipse.e4.core.tools.update/pom.xml
@@ -3,9 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.eclipse.e4.releng</groupId>
- <artifactId>eclipse-parent</artifactId>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>e4-tools-aggregator</artifactId>
<version>0.14.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>

Back to the top