Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-08 06:53:36 +0000
committerMarkus Knauer2010-06-08 06:53:36 +0000
commit923cc7d9a607a0da50c3ea7c407b665cd0a36b80 (patch)
treecf8546b069140f9fb8948ac34a84b5b6eb4abd21 /packages/org.eclipse.epp.package.javascript.feature/p2.inf
parentfa6b73700594ef8354909c35c8f66d804e7f4de7 (diff)
downloadorg.eclipse.epp.packages-923cc7d9a607a0da50c3ea7c407b665cd0a36b80.tar.gz
org.eclipse.epp.packages-923cc7d9a607a0da50c3ea7c407b665cd0a36b80.tar.xz
org.eclipse.epp.packages-923cc7d9a607a0da50c3ea7c407b665cd0a36b80.zip
* java, jee, javascript: touchpoint instructions - turn , into ${#44}
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript.feature/p2.inf')
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.javascript.feature/p2.inf b/packages/org.eclipse.epp.package.javascript.feature/p2.inf
index bae57c21..d0c501a8 100644
--- a/packages/org.eclipse.epp.package.javascript.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.javascript.feature/p2.inf
@@ -10,8 +10,8 @@ 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, 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, 3.5 and 3.6);
+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);
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/webtools/updates);\

Back to the top