Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/org.eclipse.e4.core.tools.update/.project11
-rw-r--r--build/org.eclipse.e4.core.tools.update/category.xml7
-rw-r--r--build/org.eclipse.e4.core.tools.update/pom.xml17
-rw-r--r--build/parent/.project11
-rw-r--r--build/parent/pom.xml372
-rw-r--r--bundles/org.eclipse.e4.tools.compat/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.services/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools/pom.xml16
-rw-r--r--features/org.eclipse.e4.core.tools.feature/pom.xml17
14 files changed, 563 insertions, 0 deletions
diff --git a/build/org.eclipse.e4.core.tools.update/.project b/build/org.eclipse.e4.core.tools.update/.project
new file mode 100644
index 00000000..629cd90a
--- /dev/null
+++ b/build/org.eclipse.e4.core.tools.update/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.e4.tools.updatesite</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/build/org.eclipse.e4.core.tools.update/category.xml b/build/org.eclipse.e4.core.tools.update/category.xml
new file mode 100644
index 00000000..2905669f
--- /dev/null
+++ b/build/org.eclipse.e4.core.tools.update/category.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.e4.core.tools.feature_0.12.0.qualifier.jar" id="org.eclipse.e4.core.tools.feature" version="0.12.0.qualifier">
+ <category name="org.eclipse.e4.core.tools"/>
+ </feature>
+ <category-def name="org.eclipse.e4.core.tools" label="Eclipse 4 core tools"/>
+</site>
diff --git a/build/org.eclipse.e4.core.tools.update/pom.xml b/build/org.eclipse.e4.core.tools.update/pom.xml
new file mode 100644
index 00000000..d0fe7f82
--- /dev/null
+++ b/build/org.eclipse.e4.core.tools.update/pom.xml
@@ -0,0 +1,17 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.core.tools.update</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-repository</packaging>
+
+ <name>org.eclipse.e4.tools.updatesite Build</name>
+</project> \ No newline at end of file
diff --git a/build/parent/.project b/build/parent/.project
new file mode 100644
index 00000000..4181193b
--- /dev/null
+++ b/build/parent/.project
@@ -0,0 +1,11 @@
+<?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
new file mode 100644
index 00000000..02c47a96
--- /dev/null
+++ b/build/parent/pom.xml
@@ -0,0 +1,372 @@
+<?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>
+
+ <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.editor</module>
+ <module>../../bundles/org.eclipse.e4.tools.emf.liveeditor</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.emf.ui.script.js</module>
+ <module>../../features/org.eclipse.e4.core.tools.feature</module>
+ <module>../org.eclipse.e4.core.tools.update/</module>
+ </modules>
+
+
+ <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>
+ </properties>
+
+ <repositories>
+ <repository>
+ <id>juno</id>
+ <url>${juno-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
new file mode 100644
index 00000000..d7ecc193
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.compat/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.compat</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.compat Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.emf.editor/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor/pom.xml
new file mode 100644
index 00000000..9c51010e
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.emf.editor/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.emf.editor</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.emf.editorBuild</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
new file mode 100644
index 00000000..eba3805c
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.emf.editor3x</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.emf.editor3x Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml b/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml
new file mode 100644
index 00000000..0c13a68f
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.emf.liveeditor/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.emf.liveeditor</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.emf.liveeditor Build</name>
+</project>
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
new file mode 100644
index 00000000..30bb1d7a
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.emf.ui.script.js/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.emf.ui.script.js</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.emf.ui.script.js Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
new file mode 100644
index 00000000..cfa0fc52
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.emf.uiBuild</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.services/pom.xml b/bundles/org.eclipse.e4.tools.services/pom.xml
new file mode 100644
index 00000000..644f0083
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.services/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.services</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.services Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools/pom.xml b/bundles/org.eclipse.e4.tools/pom.xml
new file mode 100644
index 00000000..dc537d5f
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools/pom.xml
@@ -0,0 +1,16 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools Build</name>
+</project>
diff --git a/features/org.eclipse.e4.core.tools.feature/pom.xml b/features/org.eclipse.e4.core.tools.feature/pom.xml
new file mode 100644
index 00000000..e4cc8bf5
--- /dev/null
+++ b/features/org.eclipse.e4.core.tools.feature/pom.xml
@@ -0,0 +1,17 @@
+<?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>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.core.tools.feature</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>org.eclipse.e4.core.tools.feature Build</name>
+</project>

Back to the top