Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-06-27 10:48:08 +0000
committerJonah Graham2018-06-27 13:25:03 +0000
commita7db5c7fd28bdf7213454ca6e791df77878090f2 (patch)
tree7b872ea7e16da8d28687b8bfc58a2c6837fd66ba
parent40133cceb4616d0eee2f8d68f15d4faa3c04db8f (diff)
downloadorg.eclipse.cdt-a7db5c7fd28bdf7213454ca6e791df77878090f2.tar.gz
org.eclipse.cdt-a7db5c7fd28bdf7213454ca6e791df77878090f2.tar.xz
org.eclipse.cdt-a7db5c7fd28bdf7213454ca6e791df77878090f2.zip
[releng] Update CDT Baseline to CDT 9.5
-rw-r--r--releng/CDT.setup4
-rw-r--r--releng/org.eclipse.cdt.target/cdt-baseline.target8
2 files changed, 6 insertions, 6 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup
index c4ba2f3b3d2..a3a0c408c2f 100644
--- a/releng/CDT.setup
+++ b/releng/CDT.setup
@@ -73,9 +73,9 @@
xsi:type="pde:APIBaselineTask"
id="baseline"
name="CDT"
- version="9.4"
+ version="9.5"
location="${workspace.location/../api.baseline}"
- remoteURI="http://download.eclipse.org/tools/cdt/releases/9.4/cdt-9.4.0/cdt-9.4.0.zip"/>
+ remoteURI="http://download.eclipse.org/tools/cdt/releases/9.5/cdt-9.5.0/cdt-9.5.0.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 42a4a2d909d..17fad03df42 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="12">
+<?pde version="3.8"?><target name="cdt-baseline" sequenceNumber="13">
<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"/>
@@ -44,15 +44,15 @@
<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.4/cdt-9.4.0/"/>
+<repository location="http://download.eclipse.org/tools/cdt/releases/9.5/cdt-9.5.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
<unit id="org.eclipse.launchbar.remote.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/launchbar/oxygen/"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/photon/m7/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
-<repository location="http://download.eclipse.org/releases/oxygen/201706281000/"/>
+<repository location="http://download.eclipse.org/releases/photon/"/>
</location>
</locations>
</target>

Back to the top