Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-12-19 16:38:43 +0000
committerJonah Graham2020-12-19 16:38:43 +0000
commit68d286d7bf12d623011730c426282bea60477dda (patch)
tree521476bf9a671e8755e653478aa4e50cd5c77c0d /packages
parent9e3c2dd9b2918c37aedea8bcca263bf90b492926 (diff)
downloadorg.eclipse.epp.packages-68d286d7bf12d623011730c426282bea60477dda.tar.gz
org.eclipse.epp.packages-68d286d7bf12d623011730c426282bea60477dda.tar.xz
org.eclipse.epp.packages-68d286d7bf12d623011730c426282bea60477dda.zip
Update CDT repo for upcoming 10.2 release part of 2021-03
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/p2.inf8
-rw-r--r--packages/org.eclipse.epp.package.embedcpp.feature/p2.inf8
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/p2.inf b/packages/org.eclipse.epp.package.cpp.feature/p2.inf
index 6557a62f..dc1e9cb6 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.cpp.feature/p2.inf
@@ -43,9 +43,9 @@ update.description = Eclipse package upgrade from versions before Eclipse Neon (
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/latest);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/latest);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:0,name:CDT,enabled:true); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:1,name:CDT,enabled:true);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:0,name:CDT,enabled:true); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:1,name:CDT,enabled:true);
instructions.unconfigure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:0); \
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:1);
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:0); \
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:1);
diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/p2.inf b/packages/org.eclipse.epp.package.embedcpp.feature/p2.inf
index 08e711d9..0853425c 100644
--- a/packages/org.eclipse.epp.package.embedcpp.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.embedcpp.feature/p2.inf
@@ -43,8 +43,8 @@ update.description = Eclipse package upgrade from versions before Eclipse Neon (
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/latest);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/latest);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:0,name:CDT,enabled:true); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:1,name:CDT,enabled:true);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:0,name:CDT,enabled:true); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:1,name:CDT,enabled:true);
# Until and unless a new composite is provided the upgrade feature won't be available
# \
@@ -52,8 +52,8 @@ org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//do
# org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/embed-cdt/releases/6.0,type:1,name:EmbedCDT,enabled:true);
instructions.unconfigure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:0); \
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.1,type:1);
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:0); \
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.2,type:1);
# Until and unless a new composite is provided the upgrade feature won't be available
# \

Back to the top