Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-09-10 19:18:17 +0000
committerPaul Webster2012-09-10 19:18:17 +0000
commit954f482d44f5e1c3366c370de5398e2d8ab03fa7 (patch)
treef87fe03a45e22a2be2befe0e7e33d57bf08e200b
parenta64b5dc46a5d25f35d4f9ce80e19884b44d3c918 (diff)
downloadorg.eclipse.e4.tools-954f482d44f5e1c3366c370de5398e2d8ab03fa7.tar.gz
org.eclipse.e4.tools-954f482d44f5e1c3366c370de5398e2d8ab03fa7.tar.xz
org.eclipse.e4.tools-954f482d44f5e1c3366c370de5398e2d8ab03fa7.zip
Update tools to work with org.eclipse.e4.releng:eclipse-parent pom
It must be installed into your local repo before you can build this repo
-rw-r--r--build/org.eclipse.e4.core.tools.update/pom.xml10
-rw-r--r--build/parent/.project11
-rw-r--r--build/parent/pom.xml364
-rw-r--r--bundles/org.eclipse.e4.tools.compat/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.css.spy/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.jdt.templates/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.services/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools/pom.xml6
-rw-r--r--features/org.eclipse.e4.core.tools.feature/pom.xml7
-rw-r--r--features/org.eclipse.e4.tools.css.editor.feature/pom.xml7
-rw-r--r--features/org.eclipse.e4.tools.css.spy.feature/pom.xml7
-rw-r--r--features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml7
-rw-r--r--pom.xml1
20 files changed, 53 insertions, 433 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/pom.xml b/build/org.eclipse.e4.core.tools.update/pom.xml
index 7052bc2b..8f41f2bb 100644
--- a/build/org.eclipse.e4.core.tools.update/pom.xml
+++ b/build/org.eclipse.e4.core.tools.update/pom.xml
@@ -2,15 +2,15 @@
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <parent>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.tools.update</artifactId>
- <version>0.12.0.qualifier</version>
+ <version>0.13.0.qualifier</version>
<packaging>eclipse-repository</packaging>
<name>org.eclipse.e4.tools.updatesite Build</name>
diff --git a/build/parent/.project b/build/parent/.project
deleted file mode 100644
index 4181193b..00000000
--- a/build/parent/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>build-master</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
diff --git a/build/parent/pom.xml b/build/parent/pom.xml
deleted file mode 100644
index 0cfa4946..00000000
--- a/build/parent/pom.xml
+++ /dev/null
@@ -1,364 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012 Eclipse Foundation.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
- Lars Vogel - Adjustments for e4 tools
--->
-
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <properties>
- <tycho.version>0.16.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>0.16.0-SNAPSHOT</tycho-extras.version>
-
- <juno-repo.url>http://download.eclipse.org/releases/juno</juno-repo.url>
- <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
- <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repo.url>
- </properties>
-
- <repositories>
- <repository>
- <id>juno</id>
- <url>${juno-repo.url}</url>
- <layout>p2</layout>
- </repository>
- <repository>
- <id>orbit</id>
- <url>${orbit-repo.url}</url>
- <layout>p2</layout>
- </repository>
-
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>tycho</id>
- <url>${tycho-repo.url}</url>
- <releases><enabled>false</enabled></releases>
- <snapshots><enabled>true</enabled></snapshots>
- </pluginRepository>
- </pluginRepositories>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-maven-plugin</artifactId>
- <version>${tycho.version}</version>
- <extensions>true</extensions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <environments>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- <executions>
- <execution>
- <id>plugin-source</id>
- <goals>
- <goal>plugin-source</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <compilerArguments>
- <inlineJSR/>
- <enableJavadoc/>
- <encoding>ISO-8859-1</encoding>
- </compilerArguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- <dependencies>
- <dependency>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-buildtimestamp-jgit</artifactId>
- <version>${tycho-extras.version}</version>
- </dependency>
- </dependencies>
- <configuration>
- <strictBinIncludes>false</strictBinIncludes>
- <format>'v'yyyyMMdd-HHmm</format>
- <timestampProvider>jgit</timestampProvider>
- <jgit.ignore>
- </jgit.ignore>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <strictSrcIncludes>false</strictSrcIncludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-director-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-repository-plugin</artifactId>
- <version>${tycho.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-custom-bundle-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <baselineMode>warn</baselineMode>
- <baselineReplace>none</baselineReplace>
- <baselineRepositories>
- <repository>
- <url>http://download.eclipse.org/eclipse/updates/4.2</url>
- </repository>
- </baselineRepositories>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
- <profiles>
- <profile>
- <id>eclipse-sign</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <includePackedArtifacts>true</includePackedArtifacts>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.cbi.maven.plugins</groupId>
- <artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <executions>
- <execution>
- <id>sign</id>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>pack200-pack</id>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>p2-metadata</id>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- <configuration>
- <defaultP2Metadata>false</defaultP2Metadata>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>eclipse-pack</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <includePackedArtifacts>true</includePackedArtifacts>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>pack200-pack</id>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>p2-metadata</id>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- <configuration>
- <defaultP2Metadata>false</defaultP2Metadata>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>bree-libs</id>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <!--
- this tells Tycho to use JRE libraries that match bundle runtime execution environment
- http://wiki.eclipse.org/Tycho/Release_Notes/0.14
- TODO provide CBI-specific wiki that explains how to setup BREE libraries and toolchain.xml
- -->
- <useJDK>BREE</useJDK>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
-</project>
diff --git a/bundles/org.eclipse.e4.tools.compat/pom.xml b/bundles/org.eclipse.e4.tools.compat/pom.xml
index d7ecc193..c850e367 100644
--- a/bundles/org.eclipse.e4.tools.compat/pom.xml
+++ b/bundles/org.eclipse.e4.tools.compat/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.compat</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml b/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml
index 7ac41be2..570e36c5 100644
--- a/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml
+++ b/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.css.editor.ui</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.css.editor/pom.xml b/bundles/org.eclipse.e4.tools.css.editor/pom.xml
index 4badfbac..2442bc1b 100644
--- a/bundles/org.eclipse.e4.tools.css.editor/pom.xml
+++ b/bundles/org.eclipse.e4.tools.css.editor/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.css.editor</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.css.spy/pom.xml b/bundles/org.eclipse.e4.tools.css.spy/pom.xml
index 31926d53..d46b6fce 100644
--- a/bundles/org.eclipse.e4.tools.css.spy/pom.xml
+++ b/bundles/org.eclipse.e4.tools.css.spy/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.css.spy</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.emf.editor/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor/pom.xml
index 9c51010e..94933803 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.editor/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.editor</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
index eba3805c..fd3b68e1 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.editor3x</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml b/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml
index 0c13a68f..13652f61 100644
--- a/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.liveeditor</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
index 30bb1d7a..7c6f0afd 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.ui.script.js</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
index cfa0fc52..8c36e1a2 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
+++ b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
index e4d546ea..d613e7f1 100644
--- a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.jdt.templates</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools.services/pom.xml b/bundles/org.eclipse.e4.tools.services/pom.xml
index 644f0083..fc55305f 100644
--- a/bundles/org.eclipse.e4.tools.services/pom.xml
+++ b/bundles/org.eclipse.e4.tools.services/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.services</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/bundles/org.eclipse.e4.tools/pom.xml b/bundles/org.eclipse.e4.tools/pom.xml
index dc537d5f..98ddd838 100644
--- a/bundles/org.eclipse.e4.tools/pom.xml
+++ b/bundles/org.eclipse.e4.tools/pom.xml
@@ -2,12 +2,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-plugin</packaging>
diff --git a/features/org.eclipse.e4.core.tools.feature/pom.xml b/features/org.eclipse.e4.core.tools.feature/pom.xml
index e4cc8bf5..033bd869 100644
--- a/features/org.eclipse.e4.core.tools.feature/pom.xml
+++ b/features/org.eclipse.e4.core.tools.feature/pom.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
-
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.tools.feature</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-feature</packaging>
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 eef413ef..b1646da5 100644
--- a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
-
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.css.editor.feature</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-feature</packaging>
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 c6ab8c27..f719b3b5 100644
--- a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
-
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.css.spy.feature</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-feature</packaging>
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 335922cc..bcb7a95f 100644
--- a/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml
+++ b/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
-
<parent>
- <relativePath>../../build/parent/pom.xml</relativePath>
- <groupId>org.eclipse.e4.tools</groupId>
- <artifactId>parent</artifactId>
+ <groupId>org.eclipse.e4.releng</groupId>
+ <artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.tools.e3x.bridge.feature</artifactId>
<version>0.12.0.qualifier</version>
<packaging>eclipse-feature</packaging>
diff --git a/pom.xml b/pom.xml
index 8fde6680..4b6434ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
<packaging>pom</packaging>
<modules>
- <module>./build/parent</module>
<module>./bundles/org.eclipse.e4.tools</module>
<module>./bundles/org.eclipse.e4.tools.services</module>
<module>./bundles/org.eclipse.e4.tools.compat</module>

Back to the top