Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-08 18:15:42 +0000
committerMarkus Knauer2010-06-08 18:15:42 +0000
commit607cc0f359dac0afe670f5688e8bd6c9f306ed73 (patch)
tree30c94b2e33ba290e2902fe3ad87954f8c42832a5 /packages/org.eclipse.epp.package.javascript.feature
parentdd78401553b524d2a7e8ee0c4bfbbaf1d7baf428 (diff)
downloadorg.eclipse.epp.packages-607cc0f359dac0afe670f5688e8bd6c9f306ed73.tar.gz
org.eclipse.epp.packages-607cc0f359dac0afe670f5688e8bd6c9f306ed73.tar.xz
org.eclipse.epp.packages-607cc0f359dac0afe670f5688e8bd6c9f306ed73.zip
* jee, java, javascript: bug 316099: change Mylyn repo locations in JEE, Javascript, Java package
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript.feature')
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/p2.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.javascript.feature/p2.inf b/packages/org.eclipse.epp.package.javascript.feature/p2.inf
index d0c501a8..673a4386 100644
--- a/packages/org.eclipse.epp.package.javascript.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.javascript.feature/p2.inf
@@ -10,11 +10,11 @@ requires.1.greedy=true
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/webtools/updates,name:The Eclipse Web Tools Platform (WTP) Project update site);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/webtools/updates,name:The Eclipse Web Tools Platform (WTP) Project update site);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/,name:Mylyn for Eclipse 3.4${#44} 3.5 and 3.6);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/,name:Mylyn for Eclipse 3.4${#44} 3.5 and 3.6);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/helios,name:Mylyn for Eclipse Helios);\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/helios,name:Mylyn for Eclipse Helios);
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/updates);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/updates);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/e3.4/); \ No newline at end of file
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tools/mylyn/update/helios);\
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tools/mylyn/update/helios); \ No newline at end of file

Back to the top