Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2014-09-11 18:00:55 +0000
committerJeff Johnston2014-09-11 19:09:52 +0000
commit8e09af897cccf30e6cfd4462eb96d46f1b2304cd (patch)
tree21680e3246f2c8af544d2f10699cba50be89c7e9 /libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf
parentdf08ef1869afecb778490f255c809a6278b38f81 (diff)
downloadorg.eclipse.linuxtools-8e09af897cccf30e6cfd4462eb96d46f1b2304cd.tar.gz
org.eclipse.linuxtools-8e09af897cccf30e6cfd4462eb96d46f1b2304cd.tar.xz
org.eclipse.linuxtools-8e09af897cccf30e6cfd4462eb96d46f1b2304cd.zip
Change all p2.inf files to specify update instead of updates-nightly.
Change-Id: Ida4d8d5e481262038a3e96395ad82094e2b1fac3 Reviewed-on: https://git.eclipse.org/r/33272 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf')
-rw-r--r--libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf
index 5246a0c824..193bce9e3a 100644
--- a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf
+++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:1,name:Linux Tools,enabled:false);

Back to the top