Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-08-05 04:47:08 +0000
committerspingel2010-08-05 04:47:08 +0000
commit8df2d534741909196eb2f635fb63d82e25c60188 (patch)
treedbb7a7f4153290e9a9c56fb6793ad139a24479f4 /org.eclipse.mylyn-feature
parentf60d64c1ed840dc300470bd5c3320659e7ea7718 (diff)
downloadorg.eclipse.mylyn.tasks-8df2d534741909196eb2f635fb63d82e25c60188.tar.gz
org.eclipse.mylyn.tasks-8df2d534741909196eb2f635fb63d82e25c60188.tar.xz
org.eclipse.mylyn.tasks-8df2d534741909196eb2f635fb63d82e25c60188.zip
REOPENED - bug 304102: suggest to user to remove extras update site
https://bugs.eclipse.org/bugs/show_bug.cgi?id=304102
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