diff options
| author | Lars Vogel | 2015-03-23 08:25:22 +0000 |
|---|---|---|
| committer | Lars Vogel | 2015-03-23 16:20:27 +0000 |
| commit | 1b39eebf47928dd521e57ebe2f6b7991ee53cb3d (patch) | |
| tree | f04fa0687897791f97c1f27ef89bd4c1fc436800 | |
| parent | edf44c5faee0e338e410bfc5d7b1301a8c0a731c (diff) | |
| download | eclipse.platform.ui.tools-1b39eebf47928dd521e57ebe2f6b7991ee53cb3d.tar.gz eclipse.platform.ui.tools-1b39eebf47928dd521e57ebe2f6b7991ee53cb3d.tar.xz eclipse.platform.ui.tools-1b39eebf47928dd521e57ebe2f6b7991ee53cb3d.zip | |
Bug 459799 - Integrate eclipse.platform.ui.tools Git repo into platform
build
Change-Id: I40a4238951a71ea2a8bd47bcbb1064b7d37894aa
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
| -rw-r--r-- | README.MD (renamed from readme.txt.txt) | 0 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools.compat/pom.xml | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml | 8 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools.emf.ui/pom.xml | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools.jdt.templates/pom.xml | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools.services/pom.xml | 6 | ||||
| -rw-r--r-- | bundles/org.eclipse.e4.tools/pom.xml | 8 | ||||
| -rw-r--r-- | features/org.eclipse.e4.core.tools.feature/pom.xml | 6 | ||||
| -rw-r--r-- | pom.xml | 76 |
9 files changed, 99 insertions, 23 deletions
diff --git a/readme.txt.txt b/README.MD index 5e5ba53e..5e5ba53e 100644 --- a/readme.txt.txt +++ b/README.MD diff --git a/bundles/org.eclipse.e4.tools.compat/pom.xml b/bundles/org.eclipse.e4.tools.compat/pom.xml index c3808a54..fc9a6bef 100644 --- a/bundles/org.eclipse.e4.tools.compat/pom.xml +++ b/bundles/org.eclipse.e4.tools.compat/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.tools.compat</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml index ae0a46a9..28c66a35 100644 --- a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml +++ b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <parent> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.tools.emf.editor3x</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml index dc0353b0..89908722 100644 --- a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml +++ b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.tools.emf.ui</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml index b59f3b39..32c33ec0 100644 --- a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml +++ b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.tools.jdt.templates</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.tools.services/pom.xml b/bundles/org.eclipse.e4.tools.services/pom.xml index b427ba1b..6ea5b0f8 100644 --- a/bundles/org.eclipse.e4.tools.services/pom.xml +++ b/bundles/org.eclipse.e4.tools.services/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.tools.services</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.e4.tools/pom.xml b/bundles/org.eclipse.e4.tools/pom.xml index 7f36ec48..b311b05a 100644 --- a/bundles/org.eclipse.e4.tools/pom.xml +++ b/bundles/org.eclipse.e4.tools/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> - <groupId>org.eclipse.e4</groupId> + <groupId>org.eclipse</groupId> <artifactId>org.eclipse.e4.tools</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/features/org.eclipse.e4.core.tools.feature/pom.xml b/features/org.eclipse.e4.core.tools.feature/pom.xml index 4fc9ce61..68e3c269 100644 --- a/features/org.eclipse.e4.core.tools.feature/pom.xml +++ b/features/org.eclipse.e4.core.tools.feature/pom.xml @@ -2,15 +2,15 @@ <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.tools</groupId> - <artifactId>e4-tools-aggregator</artifactId> + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> <version>0.17.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.e4</groupId> <artifactId>org.eclipse.e4.core.tools.feature</artifactId> - <version>1.0.0.qualifier</version> + <version>1.0.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> <build> diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..d1eaa3eb --- /dev/null +++ b/pom.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2015 vogella GmbH. + 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: + Lars Vogel - initial implementation +--> +<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</groupId> + <artifactId>eclipse-platform-parent</artifactId> + <version>4.5.0-SNAPSHOT</version> + <relativePath>../eclipse-platform-parent</relativePath> + </parent> + + <groupId>org.eclipse</groupId> + <artifactId>eclipse.platform.ui.tools</artifactId> + <version>0.17.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <properties> + <tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/e4/org.eclipse.e4.tools</tycho.scmUrl> + </properties> + + <repositories> + <repository> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + <id>eclipse-hosted</id> + <url>https://repo.eclipse.org/content/repositories/eclipse/</url> + </repository> + </repositories> + + <modules> + <module>./bundles/org.eclipse.e4.tools</module> + <module>./bundles/org.eclipse.e4.tools.services</module> + <module>./bundles/org.eclipse.e4.tools.compat</module> + <module>./bundles/org.eclipse.e4.tools.emf.editor3x</module> + <module>./bundles/org.eclipse.e4.tools.emf.ui</module> + <module>./bundles/org.eclipse.e4.tools.jdt.templates</module> + <module>./features/org.eclipse.e4.core.tools.feature</module> + </modules> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-packaging-plugin</artifactId> + <version>${tycho.version}</version> + <configuration> + <sourceReferences> + <generate>true</generate> + </sourceReferences> + </configuration> + <dependencies> + <dependency> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-sourceref-jgit</artifactId> + <version>${tycho-extras.version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> + +</project> |
