Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-02-12 22:31:56 +0000
committerJeff Johnston2015-02-12 23:05:26 +0000
commita131b831e83f4d368031fc082542256cbb38ff68 (patch)
tree99aefcbf48f64d0d9058f29deeaff41e8bf39061 /man/org.eclipse.linuxtools.man-feature
parent973d71a3d9bde5c38aec52e461081a68829ee61f (diff)
downloadorg.eclipse.linuxtools-a131b831e83f4d368031fc082542256cbb38ff68.tar.gz
org.eclipse.linuxtools-a131b831e83f4d368031fc082542256cbb38ff68.tar.xz
org.eclipse.linuxtools-a131b831e83f4d368031fc082542256cbb38ff68.zip
Fix all p2.inf files in features to point to update instead of updates-nightly.
Change-Id: I7b43b709da1e6774e2298f855b8d8bdfa90a8869 Reviewed-on: https://git.eclipse.org/r/41788 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'man/org.eclipse.linuxtools.man-feature')
-rw-r--r--man/org.eclipse.linuxtools.man-feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/p2.inf b/man/org.eclipse.linuxtools.man-feature/p2.inf
index 5246a0c824..193bce9e3a 100644
--- a/man/org.eclipse.linuxtools.man-feature/p2.inf
+++ b/man/org.eclipse.linuxtools.man-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