Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-01-08 18:47:46 +0000
committerJonah Graham2019-01-08 18:47:48 +0000
commit4ed5a2ab13f58a44b1202a9f4afaa20736183f37 (patch)
treecfa3f4478b5ef93a780b4ada3bba823881559c77
parent934fa19482fcbd841230edeae40d14140ecc9b1d (diff)
downloadorg.eclipse.cdt-4ed5a2ab13f58a44b1202a9f4afaa20736183f37.tar.gz
org.eclipse.cdt-4ed5a2ab13f58a44b1202a9f4afaa20736183f37.tar.xz
org.eclipse.cdt-4ed5a2ab13f58a44b1202a9f4afaa20736183f37.zip
[releng] Update target platform URLs from milestones to releases where possible
-rw-r--r--releng/CDT.setup4
-rw-r--r--releng/org.eclipse.cdt.target/cdt.target8
2 files changed, 6 insertions, 6 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup
index 8b4d5cbbbab..07b8401e5e3 100644
--- a/releng/CDT.setup
+++ b/releng/CDT.setup
@@ -188,7 +188,7 @@
<repository
url="http://download.eclipse.org/technology/swtbot/milestones/photon-m7/"/>
<repository
- url="http://download.eclipse.org/tools/ptp/builds/remote/photon/milestones"/>
+ url="https://download.eclipse.org/tools/ptp/builds/remote/3.0.1/"/>
<repository
url="http://download.eclipse.org/releases/photon"/>
<repository
@@ -200,7 +200,7 @@
<repository
url="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
<repository
- url="http://download.eclipse.org/webtools/downloads/drops/R3.10.0/S-3.10.0.M7-20180510062228/repository"/>
+ url="https://download.eclipse.org/webtools/downloads/drops/R3.10.0/R-3.10.0-20180611164516/repository"/>
<repository
url="http://download.eclipse.org/technology/epp/logging/stable/"/>
<repository
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target
index ca175ec092c..221cc3f7409 100644
--- a/releng/org.eclipse.cdt.target/cdt.target
+++ b/releng/org.eclipse.cdt.target/cdt.target
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="41">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="42">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
@@ -28,13 +28,13 @@
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/technology/swtbot/milestones/photon-m7/"/>
+<repository location="https://download.eclipse.org/technology/swtbot/releases/2.7.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.remote.console.feature.group" version="0.0.0"/>
<unit id="org.eclipse.remote.feature.group" version="0.0.0"/>
<unit id="org.eclipse.remote.serial.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/ptp/builds/remote/photon/milestones"/>
+<repository location="https://download.eclipse.org/tools/ptp/builds/remote/3.0.1/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<!-- Needed for org.eclipse.emf.edit -->
@@ -62,7 +62,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/webtools/downloads/drops/R3.10.0/S-3.10.0.M7-20180510062228/repository"/>
+<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.10.0/R-3.10.0-20180611164516/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group" version="0.0.0"/>

Back to the top