diff options
author | Markus Alexander Kuppe | 2013-06-17 08:51:42 -0400 |
---|---|---|
committer | Markus Alexander Kuppe | 2013-06-17 09:45:00 -0400 |
commit | 2db833285f57fe09df0f4492cc33fd29a5dc613a (patch) | |
tree | 877ede060ea37b7d3f07f9030d5ff369c9db9a0e /features | |
parent | bbc6934b849f24fe31717220e96ebfe210159eb8 (diff) | |
download | org.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 'features')
4 files changed, 12 insertions, 8 deletions
diff --git a/features/org.eclipse.e4.core.tools.feature/pom.xml b/features/org.eclipse.e4.core.tools.feature/pom.xml index 76512073..f8c77b52 100644 --- a/features/org.eclipse.e4.core.tools.feature/pom.xml +++ b/features/org.eclipse.e4.core.tools.feature/pom.xml @@ -2,9 +2,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> diff --git a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml index 58698a65..c2538078 100644 --- a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml +++ b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml @@ -2,9 +2,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> diff --git a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml index 2e75f947..2f923642 100644 --- a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml +++ b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml @@ -2,9 +2,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> diff --git a/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml b/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml index 6ca4fd13..86d1f685 100644 --- a/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml +++ b/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml @@ -2,9 +2,10 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> |