Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-09-14 15:09:59 +0000
committerSteffen Pingel2013-09-26 17:11:09 +0000
commit75078a7d9347f078f2e5bcf4664c108663924dae (patch)
tree6377de1da9f83c1e23dbd78f1cc695af109113c9
parent9677e9ba8291cdaa750c378c3c6c7c12790c7394 (diff)
downloadorg.eclipse.mylyn-75078a7d9347f078f2e5bcf4664c108663924dae.tar.gz
org.eclipse.mylyn-75078a7d9347f078f2e5bcf4664c108663924dae.tar.xz
org.eclipse.mylyn-75078a7d9347f078f2e5bcf4664c108663924dae.zip
417262: set base target to Eclipse 3.6
Change-Id: I4bbf6c669d097ab9f67d3a6b27f4acbe5651d375 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=417262
-rw-r--r--org.eclipse.mylyn-parent/pom.xml109
-rw-r--r--org.eclipse.mylyn-target/mylyn-dev-e3.5.target75
-rw-r--r--org.eclipse.mylyn-target/mylyn-dev-e3.6.target1
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.3.target2
-rw-r--r--org.eclipse.mylyn-target/mylyn-maintenance.target (renamed from org.eclipse.mylyn-target/mylyn-e3.5.target)44
-rw-r--r--org.eclipse.mylyn-target/mylyn-staging.target78
6 files changed, 137 insertions, 172 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 9ca2bfcd..7cc0b453 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -306,13 +306,6 @@
<layout>p2</layout>
<url>${jdt-annotation-repository-url}</url>
</repository>
- <!--
- <repository>
- <id>eclipse-mylyn</id>
- <layout>p2</layout>
- <url>${mylyn-repository-url}</url>
- </repository>
- -->
</repositories>
</profile>
@@ -331,64 +324,6 @@
</properties>
</profile>
<profile>
- <id>galileo</id>
- <activation>
- <property>
- <name>target-profile</name>
- <value>galileo</value>
- </property>
- </activation>
- <properties>
- <target-version>3.5</target-version>
- <platform-repository-url>http://download.eclipse.org/releases/galileo/201002260900/</platform-repository-url>
- <swtbot-repository-url>http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site/</swtbot-repository-url>
- </properties>
- <!-- Galileo does not support linux.gtk.ppc64 -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <environments>
- <environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>macosx</os>
- <ws>cocoa</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>linux</os>
- <ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- </environments>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>helios</id>
<activation>
<property>
@@ -424,9 +359,9 @@
</activation>
<properties>
<target-version>3.8</target-version>
- <platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/juno/201303010900/</platform-repository-url>
<alt-target-version>3.8</alt-target-version>
- <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201303010900/</alt-platform-repository-url>
</properties>
</profile>
<profile>
@@ -439,9 +374,9 @@
</activation>
<properties>
<target-version>4.2</target-version>
- <platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/juno/201303010900/</platform-repository-url>
<alt-target-version>4.2</alt-target-version>
- <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201303010900/</alt-platform-repository-url>
</properties>
</profile>
<profile>
@@ -454,12 +389,42 @@
</activation>
<properties>
<target-version>4.3</target-version>
+ <platform-repository-url>http://download.eclipse.org/releases/kepler/</platform-repository-url>
+ <alt-target-version>4.3</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/kepler/</alt-platform-repository-url>
+ </properties>
+ </profile>
+ <profile>
+ <id>maintenance</id>
+ <activation>
+ <property>
+ <name>target-profile</name>
+ <value>maintenance</value>
+ </property>
+ </activation>
+ <properties>
+ <target-version>maintenance</target-version>
+ <platform-repository-url>http://download.eclipse.org/releases/maintenance/</platform-repository-url>
+ <alt-target-version>maintenance</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/maintenance/</alt-platform-repository-url>
+ </properties>
+ </profile>
+ <profile>
+ <id>staging</id>
+ <activation>
+ <property>
+ <name>target-profile</name>
+ <value>staging</value>
+ </property>
+ </activation>
+ <properties>
+ <target-version>staging</target-version>
<platform-repository-url>http://download.eclipse.org/releases/staging/</platform-repository-url>
- <alt-target-version>4.2</alt-target-version>
- <alt-platform-repository-url>http://download.eclipse.org/releases/juno/201206270900/</alt-platform-repository-url>
+ <alt-target-version>staging</alt-target-version>
+ <alt-platform-repository-url>http://download.eclipse.org/releases/staging/</alt-platform-repository-url>
</properties>
</profile>
-
+
<!-- OS and machine specific profiles -->
<profile>
<id>coverage-initializer</id>
diff --git a/org.eclipse.mylyn-target/mylyn-dev-e3.5.target b/org.eclipse.mylyn-target/mylyn-dev-e3.5.target
deleted file mode 100644
index e64a4577..00000000
--- a/org.eclipse.mylyn-target/mylyn-dev-e3.5.target
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?>
-
-<target name="mylyn-dev-e3.5 (base)" sequenceNumber="7">
-<locations>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.antlr.runtime" version="3.0.0.v200803061811"/>
-<unit id="org.apache.lucene.core" version="2.9.1.v201101211721"/>
-<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.integration" version="1.1.0.v201303031500"/>
-<unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
-<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
-<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
-<unit id="org.mockito" version="1.8.4.v201303031500"/>
-<unit id="org.objenesis" version="1.0.0.v201105211943"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.cdt.platform.feature.group" version="6.0.2.201002161416"/>
-<unit id="org.eclipse.ecf.core.feature.group" version="3.0.1.v20090916-2238"/>
-<unit id="org.eclipse.equinox.concurrent" version="1.0.1.R35x_v20100209"/>
-<unit id="org.eclipse.sdk.ide" version="3.5.2.M20100211-1343"/>
-<unit id="org.eclipse.emf.common.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.common.ui.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.databinding.feature.group" version="1.1.0.v200906151043"/>
-<unit id="org.eclipse.emf.ecore.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.edit.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.edit.ui.feature.group" version="2.5.0.v200906151043"/>
-<repository location="http://download.eclipse.org/releases/galileo"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.mylyn.builds.sdk.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.mylyn.commons.sdk.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.mylyn.commons.soap_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.docs.sdk.feature.group" version="0.0.0"/>
-<unit id="org.eclipse.mylyn.reviews.sdk.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.versions.sdk.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/mylyn/snapshots/nightly"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.egit.feature.group" version="1.3.0.201202151440-r"/>
-<unit id="org.eclipse.jgit.feature.group" version="1.3.0.201202151440-r"/>
-<unit id="org.eclipse.jgit.source.feature.group" version="1.3.0.201202151440-r"/>
-<unit id="org.eclipse.egit.source.feature.group" version="1.3.0.201202151440-r"/>
-<unit id="org.eclipse.egit.mylyn.feature.group" version="1.3.0.201202151440-r"/>
-<repository location="http://download.eclipse.org/egit/updates-1.3"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.tigris.subversion.subclipse.feature.group" version="0.0.0"/>
-<unit id="org.tigris.subversion.subclipse.mylyn.feature.group" version="0.0.0"/>
-<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="0.0.0"/>
-<unit id="org.tigris.subversion.clientadapter.javahl.feature.feature.group" version="0.0.0"/>
-<repository location="http://subclipse.tigris.org/update_1.8.x"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.jdt.annotation" version="1.0.1.v20130111-135246"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800"/>
-</location>
-</locations>
-<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-<launcherArgs>
-<vmArgs>-Xms40m
--Xmx256m
--XX:MaxPermSize=128m</vmArgs>
-<programArgs>-consolelog</programArgs>
-</launcherArgs>
-</target>
diff --git a/org.eclipse.mylyn-target/mylyn-dev-e3.6.target b/org.eclipse.mylyn-target/mylyn-dev-e3.6.target
index af95a658..e195dbcc 100644
--- a/org.eclipse.mylyn-target/mylyn-dev-e3.6.target
+++ b/org.eclipse.mylyn-target/mylyn-dev-e3.6.target
@@ -14,6 +14,7 @@
<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
<unit id="org.mockito" version="1.8.4.v201303031500"/>
<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
diff --git a/org.eclipse.mylyn-target/mylyn-e4.3.target b/org.eclipse.mylyn-target/mylyn-e4.3.target
index 8f603daa..d64c5e77 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.3.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.3.target
@@ -61,7 +61,7 @@
<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
-<repository location="http://download.eclipse.org/releases/staging"/>
+<repository location="http://download.eclipse.org/releases/kepler"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.tigris.subversion.subclipse.feature.group" version="1.8.10"/>
diff --git a/org.eclipse.mylyn-target/mylyn-e3.5.target b/org.eclipse.mylyn-target/mylyn-maintenance.target
index ea5859ee..7cf78634 100644
--- a/org.eclipse.mylyn-target/mylyn-e3.5.target
+++ b/org.eclipse.mylyn-target/mylyn-maintenance.target
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.6"?>
-
-<target name="mylyn-e3.5" sequenceNumber="7">
+<?pde version="3.8"?><target name="mylyn-e4.3" sequenceNumber="12">
<locations>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
<unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
<unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
@@ -13,13 +11,12 @@
<unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
<unit id="com.sun.syndication" version="0.9.0.v200803061811"/>
<unit id="javax.activation" version="1.1.0.v201211130549"/>
+<unit id="javax.el" version="2.2.0.v201303151357"/>
<unit id="javax.mail" version="1.4.0.v201005080615"/>
<unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
<unit id="org.antlr.runtime" version="3.0.0.v200803061811"/>
-<unit id="org.apache.ant" version="1.8.4.v201303080030"/>
-<unit id="org.apache.ant.source" version="1.8.4.v201303080030"/>
<unit id="org.apache.axis" version="1.4.0.v201005080400"/>
<unit id="org.apache.commons.codec" version="1.4.0.v201209201156"/>
<unit id="org.apache.commons.discovery" version="0.2.0.v201004190315"/>
@@ -51,30 +48,29 @@
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.cdt.platform.feature.group" version="6.0.2.201002161416"/>
-<unit id="org.eclipse.ecf.core.feature.group" version="3.0.1.v20090916-2238"/>
-<unit id="org.eclipse.equinox.concurrent" version="1.0.1.R35x_v20100209"/>
-<unit id="org.eclipse.sdk.ide" version="3.5.2.M20100211-1343"/>
-<unit id="org.eclipse.emf.common.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.common.ui.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.databinding.feature.group" version="1.1.0.v200906151043"/>
-<unit id="org.eclipse.emf.ecore.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.edit.feature.group" version="2.5.0.v200906151043"/>
-<unit id="org.eclipse.emf.edit.ui.feature.group" version="2.5.0.v200906151043"/>
-<repository location="http://download.eclipse.org/releases/galileo"/>
-</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.egit.feature.group" version="1.3.0.201202151440-r"/>
-<unit id="org.eclipse.jgit.feature.group" version="1.3.0.201202151440-r"/>
-<repository location="http://download.eclipse.org/egit/updates-1.3"/>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.ecf.core.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.concurrent" version="0.0.0"/>
+<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.common.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.databinding.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/maintenance"/>
</location>
-<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.tigris.subversion.subclipse.feature.group" version="1.8.10"/>
<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="1.8.2"/>
<repository location="http://subclipse.tigris.org/archive/subclipse_1.8.10"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.osgi" version="3.8.2.v20130124-134944"/>
+<unit id="org.eclipse.core.runtime.compatibility.auth" version="3.2.300.v20120523-2004"/>
<unit id="org.eclipse.jdt.annotation" version="1.0.1.v20130111-135246"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800"/>
</location>
diff --git a/org.eclipse.mylyn-target/mylyn-staging.target b/org.eclipse.mylyn-target/mylyn-staging.target
new file mode 100644
index 00000000..8f603daa
--- /dev/null
+++ b/org.eclipse.mylyn-target/mylyn-staging.target
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="mylyn-e4.3" sequenceNumber="12">
+<locations>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="com.google.gerrit.prettify" version="2.1.5.v201112241444"/>
+<unit id="com.google.gerrit.reviewdb" version="2.1.5.v201112241444"/>
+<unit id="com.google.gerrit.common" version="2.1.5.v201112241444"/>
+<unit id="com.google.gson" version="2.1.0.v201303041604"/>
+<unit id="com.google.gwt.servlet" version="2.0.4.v20100709-0658"/>
+<unit id="com.google.gwtjsonrpc" version="1.2.5.v201112241444"/>
+<unit id="com.google.gwtorm" version="1.1.4.v201112241444"/>
+<unit id="com.sun.syndication" version="0.9.0.v200803061811"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
+<unit id="javax.el" version="2.2.0.v201303151357"/>
+<unit id="javax.mail" version="1.4.0.v201005080615"/>
+<unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
+<unit id="javax.xml.soap" version="1.3.0.v201105210645"/>
+<unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+<unit id="org.antlr.runtime" version="3.0.0.v200803061811"/>
+<unit id="org.apache.axis" version="1.4.0.v201005080400"/>
+<unit id="org.apache.commons.codec" version="1.4.0.v201209201156"/>
+<unit id="org.apache.commons.discovery" version="0.2.0.v201004190315"/>
+<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/>
+<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/>
+<unit id="org.apache.commons.lang" version="2.4.0.v201005080502"/>
+<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+<unit id="org.apache.xmlrpc" version="3.0.0.v20100427-1100"/>
+<unit id="org.apache.ws.commons.util" version="1.0.1.v20100518-1140"/>
+<unit id="org.hamcrest" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.core" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.generator" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.integration" version="1.1.0.v201303031500"/>
+<unit id="org.hamcrest.library" version="1.1.0.v20090501071000"/>
+<unit id="org.hamcrest.text" version="1.1.0.v20090501071000"/>
+<unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
+<unit id="org.jdom" version="1.1.1.v201101151400"/>
+<unit id="org.mockito" version="1.8.4.v201303031500"/>
+<unit id="org.objenesis" version="1.0.0.v201105211943"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.1.3.v201209201135"/>
+<unit id="org.apache.httpcomponents.httpcore" version="4.1.4.v201203221030"/>
+<unit id="org.jsoup" version="1.7.2.v201304221138"/>
+<unit id="org.apache.lucene.core" version="2.9.1.v201101211721"/>
+<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
+<unit id="com.google.guava" version="10.0.1.v201203051515"/>
+<unit id="javax.xml" version="1.3.4.v201005080400"/>
+<unit id="org.apache.xml.resolver" version="1.2.0.v201005080400"/>
+<unit id="org.apache.xml.serializer" version="2.7.1.v201005080400"/>
+<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.ecf.core.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.equinox.concurrent" version="0.0.0"/>
+<unit id="org.eclipse.emf.ecore.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.common.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.common.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.databinding.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.egit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
+<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
+<repository location="http://download.eclipse.org/releases/staging"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.tigris.subversion.subclipse.feature.group" version="1.8.10"/>
+<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="1.8.2"/>
+<repository location="http://subclipse.tigris.org/archive/subclipse_1.8.10"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.osgi" version="3.8.2.v20130124-134944"/>
+<unit id="org.eclipse.core.runtime.compatibility.auth" version="3.2.300.v20120523-2004"/>
+<unit id="org.eclipse.jdt.annotation" version="1.0.1.v20130111-135246"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800"/>
+</location>
+</locations>
+</target>

Back to the top