Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2016-03-24 09:29:32 +0000
committerUwe Stieber2016-03-24 09:29:32 +0000
commit14ac832a444a03e9f934d442da50b527978e4ab6 (patch)
tree4ceb4f68d49b68934cd6ea1354f18108246fd282
parent72051f1b5bd8fd3777bd2573dd13c8393e3bc02f (diff)
downloadorg.eclipse.tcf-14ac832a444a03e9f934d442da50b527978e4ab6.tar.gz
org.eclipse.tcf-14ac832a444a03e9f934d442da50b527978e4ab6.tar.xz
org.eclipse.tcf-14ac832a444a03e9f934d442da50b527978e4ab6.zip
Update target platform definitions to fix Neon build
-rw-r--r--admin/pom-config.xml17
-rw-r--r--admin/target-defs/eclipse-3.8.2-juno.target2
-rw-r--r--admin/target-defs/eclipse-4.3.x-kepler.target2
-rw-r--r--admin/target-defs/eclipse-4.5.x-mars.target2
-rw-r--r--admin/target-defs/eclipse-4.6.x-neon.target28
5 files changed, 35 insertions, 16 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 38b04e1bc..25847bfca 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -61,7 +61,7 @@
<terminal-site>http://download.eclipse.org/tm/terminal/updates/4.0</terminal-site>
<ptp-remote-site>http://download.eclipse.org/tools/ptp/builds/remote/2.0.0</ptp-remote-site>
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository</orbit-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository</orbit-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>
@@ -141,6 +141,7 @@
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.3</platform-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository</orbit-site>
</properties>
</profile>
@@ -151,6 +152,7 @@
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.4</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.4</cdt-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository</orbit-site>
</properties>
</profile>
@@ -161,6 +163,7 @@
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.5</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/releases/8.7</cdt-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository</orbit-site>
</properties>
</profile>
@@ -172,6 +175,18 @@
<properties>
<platform-site>http://download.eclipse.org/eclipse/updates/4.6milestones</platform-site>
<cdt-site>http://download.eclipse.org/tools/cdt/builds/neon/milestones</cdt-site>
+ <cdt-launchbar-site>http://download.eclipse.org/tools/cdt/launchbar/neon.m6</cdt-launchbar-site>
+ <terminal-site>http://download.eclipse.org/tm/terminal/updates/4.1milestones</terminal-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20160308060251/repository</orbit-site>
+
+ <repositories>
+ <repository>
+ <id>cdt-launchbar</id>
+ <url>${cdt-launchbar-site}</url>
+ <layout>p2</layout>
+ </repository>
+ </repositories>
+
</properties>
</profile>
</profiles>
diff --git a/admin/target-defs/eclipse-3.8.2-juno.target b/admin/target-defs/eclipse-3.8.2-juno.target
index 1723758c5..482a1866a 100644
--- a/admin/target-defs/eclipse-3.8.2-juno.target
+++ b/admin/target-defs/eclipse-3.8.2-juno.target
@@ -4,7 +4,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130118183705/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
diff --git a/admin/target-defs/eclipse-4.3.x-kepler.target b/admin/target-defs/eclipse-4.3.x-kepler.target
index de029f7fd..e70f01fc2 100644
--- a/admin/target-defs/eclipse-4.3.x-kepler.target
+++ b/admin/target-defs/eclipse-4.3.x-kepler.target
@@ -8,7 +8,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
diff --git a/admin/target-defs/eclipse-4.5.x-mars.target b/admin/target-defs/eclipse-4.5.x-mars.target
index 937a7c75c..94c994758 100644
--- a/admin/target-defs/eclipse-4.5.x-mars.target
+++ b/admin/target-defs/eclipse-4.5.x-mars.target
@@ -21,7 +21,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.sdk.feature.group" version="8.7.0.201506070905"/>
diff --git a/admin/target-defs/eclipse-4.6.x-neon.target b/admin/target-defs/eclipse-4.6.x-neon.target
index a5538341a..c761e83cf 100644
--- a/admin/target-defs/eclipse-4.6.x-neon.target
+++ b/admin/target-defs/eclipse-4.6.x-neon.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse 4.6.x (Neon)" sequenceNumber="78">
+<?pde version="3.8"?><target name="Eclipse 4.6.x (Neon)" sequenceNumber="83">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.log4j.source" version="1.2.15.v201012070815"/>
@@ -19,16 +19,12 @@
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.cdt.sdk.feature.group" version="8.8.0.201512141104"/>
-<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="gnu.io.rxtx.sdk.feature.group" version="2.1.7.4_v20071016-417C7DP1Bh_eEaQJBrHBHg"/>
<repository location="http://archive.eclipse.org/tm/updates/rxtx"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.sdk.ide" version="4.6.0.I20151209-2300"/>
-<unit id="org.eclipse.test.feature.group" version="3.7.100.v20151106-1314"/>
+<unit id="org.eclipse.sdk.ide" version="4.6.0.I20160317-0200"/>
+<unit id="org.eclipse.test.feature.group" version="3.7.100.v20160315-2119"/>
<repository location="http://download.eclipse.org/eclipse/updates/4.6milestones"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
@@ -45,14 +41,22 @@
<unit id="org.apache.commons.net.source" version="3.2.0.v201305141515"/>
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<unit id="org.apache.commons.net" version="3.2.0.v201305141515"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20150821153341/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20160308060251/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.pde.feature.group" version="3.12.0.v20151029-1349"/>
-<unit id="org.eclipse.emf.sdk.feature.group" version="2.12.0.v20151109-0426"/>
-<unit id="org.eclipse.egit.feature.group" version="4.2.0.201511101648-m1"/>
-<unit id="org.eclipse.jgit.feature.group" version="4.2.0.201511101648-m1"/>
+<unit id="org.eclipse.pde.feature.group" version="3.12.0.v20160128-2000"/>
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.12.0.v20160201-0859"/>
+<unit id="org.eclipse.egit.feature.group" version="4.2.0.201601211800-r"/>
+<unit id="org.eclipse.jgit.feature.group" version="4.2.0.201601211800-r"/>
<repository location="http://download.eclipse.org/releases/neon"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.cdt.sdk.feature.group" version="9.0.0.201603221804"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.launchbar.feature.group" version="2.0.0.201603160402"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.m6"/>
+</location>
</locations>
</target>

Back to the top