Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-05-22 23:40:17 +0000
committerMatthias Sohn2012-05-23 20:23:23 +0000
commit7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7 (patch)
tree9a12a99433c213ea7c36b620369a71b5796cee26 /org.eclipse.egit.target
parentfe52a2cd0d927e62d8b524b637440706e613cff1 (diff)
downloadegit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.tar.gz
egit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.tar.xz
egit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.zip
Define target platforms for the build
This simplifies setting up the Eclipse workspace and allows to use Eclipse versions for development which are not matching the target platform version. In order to set a target platform open it using the target editor and click "Set as Target Platform". The EGit Maven build now also is based on the same target platform definition. This way dependencies used in the Maven build are identical to those used in Eclipse. This change is a prerequisite for change Id9d721ae574a83ad9440a93ddb143b1271fc2b2b as this is using a feature of the team framework only available in Juno. Without a target platform definition this could not be built in older Eclipse versions. Change-Id: I462e4a35fea4caec7ae95b08ac13cb495c0fa309 JGit-Dependency: Ifc4bfbb3efbab0f5bfbde74f0b2ddc5a2f9ee6a5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target')
-rw-r--r--org.eclipse.egit.target/.classpath7
-rw-r--r--org.eclipse.egit.target/.project17
-rw-r--r--org.eclipse.egit.target/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--org.eclipse.egit.target/.settings/org.eclipse.core.runtime.prefs3
-rw-r--r--org.eclipse.egit.target/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--org.eclipse.egit.target/.settings/org.eclipse.mylyn.team.ui.prefs3
-rw-r--r--org.eclipse.egit.target/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.egit.target/build.properties4
-rw-r--r--org.eclipse.egit.target/egit-3.5.target81
-rw-r--r--org.eclipse.egit.target/egit-3.6.target81
-rw-r--r--org.eclipse.egit.target/egit-3.7.target81
-rw-r--r--org.eclipse.egit.target/egit-4.2-staging.target82
-rw-r--r--org.eclipse.egit.target/egit-4.2.target78
-rw-r--r--org.eclipse.egit.target/pom.xml50
14 files changed, 500 insertions, 0 deletions
diff --git a/org.eclipse.egit.target/.classpath b/org.eclipse.egit.target/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/org.eclipse.egit.target/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.egit.target/.project b/org.eclipse.egit.target/.project
new file mode 100644
index 0000000000..80f61292dc
--- /dev/null
+++ b/org.eclipse.egit.target/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.egit.target</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/org.eclipse.egit.target/.settings/org.eclipse.core.resources.prefs b/org.eclipse.egit.target/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..4ec836b53a
--- /dev/null
+++ b/org.eclipse.egit.target/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Mon Aug 11 16:46:54 PDT 2008
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/org.eclipse.egit.target/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.egit.target/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 0000000000..4f21775ea3
--- /dev/null
+++ b/org.eclipse.egit.target/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,3 @@
+#Mon Mar 24 18:55:44 EDT 2008
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/org.eclipse.egit.target/.settings/org.eclipse.mylyn.tasks.ui.prefs b/org.eclipse.egit.target/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..823c0f56ae
--- /dev/null
+++ b/org.eclipse.egit.target/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Tue Jul 19 20:11:28 CEST 2011
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/org.eclipse.egit.target/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.egit.target/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..0cba949fb7
--- /dev/null
+++ b/org.eclipse.egit.target/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Tue Jul 19 20:11:28 CEST 2011
+commit.comment.template=${task.description} \n\nBug\: ${task.key}
+eclipse.preferences.version=1
diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..aa2d7315d4
--- /dev/null
+++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EGit Target Platform Bundle
+Bundle-SymbolicName: org.eclipse.egit.target
+Bundle-Version: 2.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.egit.target/build.properties b/org.eclipse.egit.target/build.properties
new file mode 100644
index 0000000000..34d2e4d2da
--- /dev/null
+++ b/org.eclipse.egit.target/build.properties
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
diff --git a/org.eclipse.egit.target/egit-3.5.target b/org.eclipse.egit.target/egit-3.5.target
new file mode 100644
index 0000000000..12d270535c
--- /dev/null
+++ b/org.eclipse.egit.target/egit-3.5.target
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<?pde version="3.6"?>
+<target name="egit-3.5.target" sequenceNumber="53">
+ <locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/"/>
+ <unit id="org.eclipse.jetty.client" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.client.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util.source" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/"/>
+ <unit id="org.apache.ant.source" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.ant" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.kohsuke.args4j" version="2.0.12.v200910131500"/>
+ <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
+ <unit id="org.mockito" version="1.8.4.v201102171835"/>
+ <unit id="org.mockito.source" version="1.8.4.v201102171835"/>
+ <unit id="com.jcraft.jsch" version="0.1.44.v201101211721"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.44.v201101211721"/>
+ <unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="org.junit.source" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="javax.servlet" version="3.0.0.v201103241727"/>
+ <unit id="javax.servlet.source" version="3.0.0.v201103241727"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site"/>
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/releases/galileo/"/>
+ <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://archive.eclipse.org/mylyn/drops/3.7.0/v20120319-0200"/>
+ <unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.ide_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.team_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ </location>
+ </locations>
+</target>
diff --git a/org.eclipse.egit.target/egit-3.6.target b/org.eclipse.egit.target/egit-3.6.target
new file mode 100644
index 0000000000..560ae50ccb
--- /dev/null
+++ b/org.eclipse.egit.target/egit-3.6.target
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<?pde version="3.6"?>
+<target name="egit-3.6.target" sequenceNumber="53">
+ <locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/"/>
+ <unit id="org.eclipse.jetty.client" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.client.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util.source" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/"/>
+ <unit id="org.apache.ant.source" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.ant" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.kohsuke.args4j" version="2.0.12.v200910131500"/>
+ <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
+ <unit id="org.mockito" version="1.8.4.v201102171835"/>
+ <unit id="org.mockito.source" version="1.8.4.v201102171835"/>
+ <unit id="com.jcraft.jsch" version="0.1.44.v201101211721"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.44.v201101211721"/>
+ <unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="org.junit.source" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="javax.servlet" version="3.0.0.v201103241727"/>
+ <unit id="javax.servlet.source" version="3.0.0.v201103241727"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/releases/helios/"/>
+ <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/mylyn/releases/latest"/>
+ <unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.ide_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.team_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ </location>
+ </locations>
+</target>
diff --git a/org.eclipse.egit.target/egit-3.7.target b/org.eclipse.egit.target/egit-3.7.target
new file mode 100644
index 0000000000..37ec77bc62
--- /dev/null
+++ b/org.eclipse.egit.target/egit-3.7.target
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<?pde version="3.6"?>
+<target name="egit-3.7.target" sequenceNumber="53">
+ <locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/"/>
+ <unit id="org.eclipse.jetty.client" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.client.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util.source" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/"/>
+ <unit id="org.apache.ant.source" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.ant" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.kohsuke.args4j" version="2.0.12.v200910131500"/>
+ <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
+ <unit id="org.mockito" version="1.8.4.v201102171835"/>
+ <unit id="org.mockito.source" version="1.8.4.v201102171835"/>
+ <unit id="com.jcraft.jsch" version="0.1.44.v201101211721"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.44.v201101211721"/>
+ <unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="org.junit.source" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="javax.servlet" version="3.0.0.v201103241727"/>
+ <unit id="javax.servlet.source" version="3.0.0.v201103241727"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/releases/indigo/"/>
+ <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/mylyn/releases/latest"/>
+ <unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.ide_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.team_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ </location>
+ </locations>
+</target>
diff --git a/org.eclipse.egit.target/egit-4.2-staging.target b/org.eclipse.egit.target/egit-4.2-staging.target
new file mode 100644
index 0000000000..ff9e7e3f7f
--- /dev/null
+++ b/org.eclipse.egit.target/egit-4.2-staging.target
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<?pde version="3.8"?>
+<target name="egit-4.2.target" sequenceNumber="53">
+ <locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/"/>-->
+ <unit id="org.eclipse.jetty.client" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.client.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet.source" version="0.0.0"/>
+<!-- <unit id="" version="0.0.0"/>
+ <unit id="" version="0.0.0"/>
+ <unit id="" version="0.0.0"/>
+ <unit id="" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.bundles.f.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.bundles.f.source.feature.group" version="0.0.0"/> -->
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/"/>
+ <unit id="org.apache.ant.source" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.ant" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.kohsuke.args4j" version="2.0.12.v200910131500"/>
+ <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
+ <unit id="org.mockito" version="1.8.4.v201102171835"/>
+ <unit id="org.mockito.source" version="1.8.4.v201102171835"/>
+ <unit id="com.jcraft.jsch" version="0.1.44.v201101211721"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.44.v201101211721"/>
+ <unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="org.junit.source" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="javax.servlet" version="3.0.0.v201103241727"/>
+ <unit id="javax.servlet.source" version="3.0.0.v201103241727"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="https://hudson.eclipse.org/hudson/job/swtbot-e37/lastSuccessfulBuild/artifact/org.eclipse.swtbot.releng/artifacts/update-site/"/>
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/releases/staging/"/>
+ <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.ide_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.team_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ </location>
+ </locations>
+</target>
diff --git a/org.eclipse.egit.target/egit-4.2.target b/org.eclipse.egit.target/egit-4.2.target
new file mode 100644
index 0000000000..f2198d82c9
--- /dev/null
+++ b/org.eclipse.egit.target/egit-4.2.target
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<?pde version="3.6"?>
+<target name="egit-4.2.target" sequenceNumber="53">
+ <locations>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120416/"/>
+ <unit id="org.eclipse.jetty.client" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.client.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.continuation.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.http.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.server.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.servlet.source" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util" version="0.0.0"/>
+ <unit id="org.eclipse.jetty.util.source" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120119162704/repository/"/>
+ <unit id="org.apache.ant.source" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.ant" version="1.8.2.v20120109-1030"/>
+ <unit id="org.apache.log4j" version="1.2.15.v201012070815"/>
+ <unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
+ <unit id="org.kohsuke.args4j" version="2.0.12.v200910131500"/>
+ <unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.core.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.generator.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.integration" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.library.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+ <unit id="org.hamcrest.text.source" version="1.1.0.v20090501071000"/>
+ <unit id="org.objenesis" version="1.0.0.v201105211943"/>
+ <unit id="org.objenesis.source" version="1.0.0.v201105211943"/>
+ <unit id="org.mockito" version="1.8.4.v201102171835"/>
+ <unit id="org.mockito.source" version="1.8.4.v201102171835"/>
+ <unit id="com.jcraft.jsch" version="0.1.44.v201101211721"/>
+ <unit id="com.jcraft.jsch.source" version="0.1.44.v201101211721"/>
+ <unit id="org.junit" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="org.junit.source" version="4.8.2.v4_8_2_v20110321-1705"/>
+ <unit id="com.google.protobuf" version="2.4.0.v201105131100"/>
+ <unit id="com.google.protobuf.source" version="2.4.0.v201105131100"/>
+ <unit id="javax.servlet" version="3.0.0.v201103241727"/>
+ <unit id="javax.servlet.source" version="3.0.0.v201103241727"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
+ <unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.swtbot.eclipse.test.junit4.feature.group" version="0.0.0"/>
+ </location>
+ <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
+ <repository location="http://download.eclipse.org/releases/juno/"/>
+ <unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.ide_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.team_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context.sdk.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ </location>
+ </locations>
+</target>
diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml
new file mode 100644
index 0000000000..d37d3b80e9
--- /dev/null
+++ b/org.eclipse.egit.target/pom.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012, Matthias Sohn <matthias.sohn@sap.com>
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<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>
+
+ <artifactId>org.eclipse.egit.target</artifactId>
+ <packaging>pom</packaging>
+ <name>EGit Target Platform Definition</name>
+
+ <parent>
+ <groupId>org.eclipse.egit</groupId>
+ <artifactId>egit-parent</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </parent>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${target-platform}.target</file>
+ <type>target</type>
+ <classifier>${target-platform}</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file

Back to the top