Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/CDT.setup4
-rw-r--r--releng/org.eclipse.cdt.target/cdt.target6
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/CDT.setup b/releng/CDT.setup
index 0d4c4fe39d4..9308e3ea5f5 100644
--- a/releng/CDT.setup
+++ b/releng/CDT.setup
@@ -189,7 +189,7 @@
<repository
url="http://download.eclipse.org/eclipse/updates/4.8milestones/"/>
<repository
- url="https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
+ url="http://download.eclipse.org/tools/cdt/launchbar/photon/m7/"/>
<repository
url="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
<repository
@@ -197,7 +197,7 @@
<repository
url="http://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
<repository
- url="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
+ url="http://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.template-1.1.0-photon-rc2/"/>
<repository
url="http://download.eclipse.org/tm4e/snapshots/"/>
<repository
diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target
index fb0c3d8d985..9781e40efa3 100644
--- a/releng/org.eclipse.cdt.target/cdt.target
+++ b/releng/org.eclipse.cdt.target/cdt.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="cdt" sequenceNumber="31">
+<?pde version="3.8"?><target name="cdt" sequenceNumber="32">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
@@ -54,7 +54,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" 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="https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/photon/m7/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
@@ -77,7 +77,7 @@
<unit id="org.eclipse.tools.templates.freemarker.source" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.ui.source" version="0.0.0"/>
-<repository location="https://hudson.eclipse.org/cdt/job/tools-templates-master/lastSuccessfulBuild/artifact/repo/target/repository/"/>
+<repository location="http://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.template-1.1.0-photon-rc2/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="tm-feature.feature.group" version="0.0.0"/>

Back to the top