Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf')
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf b/containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf
index 0cdd571f88..8ee2e88ae2 100644
--- a/containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:0,name:Linux Tools,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-docker-nightly,type:1,name:Linux Tools,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update-docker,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update-docker,type:1,name:Linux Tools,enabled:false);

Back to the top