Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarc Khouzam2016-12-12 19:08:44 +0000
committerGerrit Code Review @ Eclipse.org2016-12-14 18:46:46 +0000
commitdfcc0962d348bb48db5e80c1b834b3cb0ecd72e2 (patch)
tree2f075d8f7b0bfb4b1bc7fa14d804d5fd05cf8e1c /releng
parentcee87b17578fe00e54fdb6a620447a6721871b13 (diff)
downloadorg.eclipse.cdt-dfcc0962d348bb48db5e80c1b834b3cb0ecd72e2.tar.gz
org.eclipse.cdt-dfcc0962d348bb48db5e80c1b834b3cb0ecd72e2.tar.xz
org.eclipse.cdt-dfcc0962d348bb48db5e80c1b834b3cb0ecd72e2.zip
Updating baseline for CDT 9.2 (RC4)
Diffstat (limited to 'releng')
-rw-r--r--releng/CDT.setup4
-rw-r--r--releng/org.eclipse.cdt.target/cdt-baseline.target6
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup
index 640bf21d052..b35b4ebd0c8 100644
--- a/releng/CDT.setup
+++ b/releng/CDT.setup
@@ -74,9 +74,9 @@
xsi:type="pde:APIBaselineTask"
id="baseline"
name="CDT"
- version="9.1"
+ version="9.2"
location="${workspace.location/../api.baseline}"
- remoteURI="http://download.eclipse.org/tools/cdt/releases/9.1/cdt-9.1.0.zip"/>
+ remoteURI="http://download.eclipse.org/tools/cdt/builds/neon/milestones/ur2-rc4/cdt-9.2ur2-rc4.zip"/>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.cdt"
diff --git a/releng/org.eclipse.cdt.target/cdt-baseline.target b/releng/org.eclipse.cdt.target/cdt-baseline.target
index 344804aef66..ceabd52bca8 100644
--- a/releng/org.eclipse.cdt.target/cdt-baseline.target
+++ b/releng/org.eclipse.cdt.target/cdt-baseline.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt-baseline" sequenceNumber="10">
+<?pde version="3.8"?><target name="cdt-baseline" sequenceNumber="11">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.gnu.build.source.feature.group" version="0.0.0"/>
@@ -50,13 +50,13 @@
<unit id="org.eclipse.cdt.autotools.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.core" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/releases/9.1"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/neon/milestones/ur2-rc4"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/releases/neon"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
-<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.rc4/"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/neon.2"/>
</location>
</locations>
</target>

Back to the top