Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-11-28 20:19:19 +0000
committerJeff Johnston2017-11-29 00:43:12 +0000
commit90816fb3a67fafb339e00ac20c7e6d210d3ac89a (patch)
tree7cb0ab1c28207908dd567b119b4790541dc3a947
parent2051592176e037ddbb48d8c5d0820f87bee5bcec (diff)
downloadorg.eclipse.linuxtools-90816fb3a67fafb339e00ac20c7e6d210d3ac89a.tar.gz
org.eclipse.linuxtools-90816fb3a67fafb339e00ac20c7e6d210d3ac89a.tar.xz
org.eclipse.linuxtools-90816fb3a67fafb339e00ac20c7e6d210d3ac89a.zip
Point to 9.4 builds for CDT
Change-Id: Ic0cc8aedbcb1b57ef80db2049a1a6fef5fda65b6 Reviewed-on: https://git.eclipse.org/r/112505 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target5
1 files changed, 4 insertions, 1 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
index 61703dbd04..7c134853f3 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
@@ -66,8 +66,11 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.cdt.autotools.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.feature.group" version="0.0.0"/>
+<repository location="http://download.eclipse.org/tools/cdt/builds/9.4"/>
+</location>
+<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/cdt/releases/9.3"/>
+<repository location="http://download.eclipse.org/tools/cdt/launchbar/milestones/oxygen.2"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.core" version="0.0.0"/>

Back to the top