Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/p2.inf4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-feature/p2.inf b/org.eclipse.mylyn-feature/p2.inf
index 80a5d90d7..42f983aae 100644
--- a/org.eclipse.mylyn-feature/p2.inf
+++ b/org.eclipse.mylyn-feature/p2.inf
@@ -1,3 +1,5 @@
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/extras);\
- org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/weekly/extras);
+ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/extras);\
+ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/weekly/extras);\
+ org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/weekly/extras);

Back to the top