Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-17 12:52:48 +0000
committerMarkus Knauer2009-06-17 12:52:48 +0000
commitb32c24aa9d003e6f75fdfcc495ddb093c7735c1e (patch)
tree176354393c2ff77044ab8d9e6b266831eebe6351 /packages/org.eclipse.epp.package.jee.feature
parent01fa28df07d5856240662a2819a51d3ce6a50f91 (diff)
downloadorg.eclipse.epp.packages-b32c24aa9d003e6f75fdfcc495ddb093c7735c1e.tar.gz
org.eclipse.epp.packages-b32c24aa9d003e6f75fdfcc495ddb093c7735c1e.tar.xz
org.eclipse.epp.packages-b32c24aa9d003e6f75fdfcc495ddb093c7735c1e.zip
bug 279203 - add and enable WTP, Mylyn repos
Diffstat (limited to 'packages/org.eclipse.epp.package.jee.feature')
-rw-r--r--packages/org.eclipse.epp.package.jee.feature/p2.inf12
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.jee.feature/p2.inf b/packages/org.eclipse.epp.package.jee.feature/p2.inf
index 353bca44..dfe5d358 100644
--- a/packages/org.eclipse.epp.package.jee.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.jee.feature/p2.inf
@@ -9,8 +9,16 @@ requires.1.greedy=true
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo,name:EPP Packages Repository);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo,name:EPP Packages Repository);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo,name:EPP Packages Repository);\
+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 and 3.5);\
+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 and 3.5);
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo);
+org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/technology/epp/packages/galileo);\
+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

Back to the top