Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-02-12 19:50:41 +0000
committerJonah Graham2018-02-12 19:50:41 +0000
commit2cdc63eae52c8952c0d2543e1e31ca6e25225c4a (patch)
treeb8473e7c94d68bb2a932ce471115d39fd19ba6fd
parent400cd652cc0ed9ba8cc36a050a5669471cd1a75a (diff)
downloadorg.eclipse.cdt-CDT_9_4_2.tar.gz
org.eclipse.cdt-CDT_9_4_2.tar.xz
org.eclipse.cdt-CDT_9_4_2.zip
[releng] point CDT update site at correct branchCDT_9_4_2
-rw-r--r--releng/org.eclipse.cdt-feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt-feature/p2.inf b/releng/org.eclipse.cdt-feature/p2.inf
index 075bebf36c8..efd8873cca8 100644
--- a/releng/org.eclipse.cdt-feature/p2.inf
+++ b/releng/org.eclipse.cdt-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/9.3,type:0,name:CDT,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/9.3,type:1,name:CDT,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/9.4,type:0,name:CDT,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/9.4,type:1,name:CDT,enabled:false);

Back to the top