From 2d3e5f718700204837b73d4daf6de78973a1892b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 11 Sep 2014 14:51:32 -0400 Subject: [PATCH] Change Kepler reference to Luna in p2.inf file for Autotools feature. Change-Id: I34cbcefcf104759465363ef702406264304f5bae Reviewed-on: https://git.eclipse.org/r/33276 Reviewed-by: Marc-Andre Laperle Tested-by: Hudson CI Reviewed-by: Marc Khouzam Reviewed-by: 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 6839802ed07..47252139209 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/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); +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/8.5,type:0,name:CDT,enabled:false); \ +org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/8.5,type:1,name:CDT,enabled:false);