From a75dbc7d3c8a90f1c8391cf49a2a7ff2b405875f Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 3 Sep 2013 13:49:03 -0400 Subject: [PATCH] Update p2 update site url to kepler in autotools feature Change-Id: I91554032c368b9c0fb4bd4d53cb7a7493b91fd0a Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/16078 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools-feature/p2.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.autotools-feature/p2.inf b/build/org.eclipse.cdt.autotools-feature/p2.inf index 720696ace2a..6839802ed07 100644 --- a/build/org.eclipse.cdt.autotools-feature/p2.inf +++ b/build/org.eclipse.cdt.autotools-feature/p2.inf @@ -4,5 +4,5 @@ provides.99.namespace=org.eclipse.equinox.p2.iu provides.99.name=org.eclipse.linuxtools.cdt.autotools.feature.group provides.99.version=$version$ instructions.configure=\ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/juno,type:0,name:CDT,enabled:false); \ -org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/juno,type:1,name:CDT,enabled:false); +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/kepler,type:0,name:CDT,enabled:false); \ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/kepler,type:1,name:CDT,enabled:false);