Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-08 20:04:54 +0000
committerMarkus Knauer2010-06-08 20:04:54 +0000
commitc9f90446ec9f289c6bf6ea15b0e6c8db34646c23 (patch)
treee49ddeeaced2c1a7bdc8ff590d02b002bf348fd9 /packages/org.eclipse.epp.package.jee.feature
parent607cc0f359dac0afe670f5688e8bd6c9f306ed73 (diff)
downloadorg.eclipse.epp.packages-c9f90446ec9f289c6bf6ea15b0e6c8db34646c23.tar.gz
org.eclipse.epp.packages-c9f90446ec9f289c6bf6ea15b0e6c8db34646c23.tar.xz
org.eclipse.epp.packages-c9f90446ec9f289c6bf6ea15b0e6c8db34646c23.zip
* jee, javascript: bug 315701: webtools/updates site needs to be changed
Diffstat (limited to 'packages/org.eclipse.epp.package.jee.feature')
-rw-r--r--packages/org.eclipse.epp.package.jee.feature/p2.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/p2.inf b/packages/org.eclipse.epp.package.jee.feature/p2.inf
index c28b0963..9c6767b0 100644
--- a/packages/org.eclipse.epp.package.jee.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.jee.feature/p2.inf
@@ -8,13 +8,13 @@ requires.1.name=org.eclipse.platform.ide
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/webtools/repository/helios,name:The Eclipse Web Tools Platform (WTP) software repository);\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/helios,name:The Eclipse Web Tools Platform (WTP) software repository);\
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/webtools/repository/helios);\
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/webtools/repository/helios);\
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