Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-08-31 17:27:50 +0000
committerJonah Graham2020-08-31 17:31:43 +0000
commit2c94bb09a0b0461fc5df5ae28d5c4ac60da68f01 (patch)
treec738b4fb13efe3940021c1b7fbe3206a866eaadb /releng/org.eclipse.cdt.target/cdt.target
parent78c7962787885e692da2266c76577c95449a6c28 (diff)
downloadorg.eclipse.cdt-2c94bb09a0b0461fc5df5ae28d5c4ac60da68f01.tar.gz
org.eclipse.cdt-2c94bb09a0b0461fc5df5ae28d5c4ac60da68f01.tar.xz
org.eclipse.cdt-2c94bb09a0b0461fc5df5ae28d5c4ac60da68f01.zip
[releng] CDT target platform update for RC1
Use Platform 4.17 RC1 and update CDT's self referenced version Change-Id: I077ba137bac608bac042e4b27746162b4f01480c
Diffstat (limited to 'releng/org.eclipse.cdt.target/cdt.target')
-rw-r--r--releng/org.eclipse.cdt.target/cdt.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target
index 5e2b574fc48..ed4b8111b44 100644
--- a/releng/org.eclipse.cdt.target/cdt.target
+++ b/releng/org.eclipse.cdt.target/cdt.target
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
-<target name="cdt" sequenceNumber="90">
+<target name="cdt" sequenceNumber="92">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
@@ -11,7 +11,7 @@
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
-<repository location="https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17M3-202008200230/"/>
+<repository location="https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17RC1-202008261800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/egit/updates"/>
@@ -46,7 +46,7 @@
<repository location="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<repository location="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m1/"/>
+<repository location="https://download.eclipse.org/tools/cdt/builds/10.0/cdt-10.0.0-m3a/"/>
<!-- We explicitly have CDT in target platform so that developers can develop org.eclipse.cdt.core/ui without requiring all the projects from CDT in their workspace. -->
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
</location>

Back to the top