Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-06 12:40:27 +0000
committerMarkus Knauer2010-06-06 12:40:27 +0000
commitc28f44066e0016ef73719719a787e1922acc5730 (patch)
tree75059deaf206c3a13d2db9acde686ab689d0a1cf
parent1476a2c53649dcb4335bbabf722c4720f8c0e273 (diff)
downloadorg.eclipse.epp.packages-c28f44066e0016ef73719719a787e1922acc5730.tar.gz
org.eclipse.epp.packages-c28f44066e0016ef73719719a787e1922acc5730.tar.xz
org.eclipse.epp.packages-c28f44066e0016ef73719719a787e1922acc5730.zip
* rcp: another test - touchpoint instructions
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.feature/p2.inf b/packages/org.eclipse.epp.package.rcp.feature/p2.inf
index 7a1a8c8c..17c65b3d 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.rcp.feature/p2.inf
@@ -12,8 +12,8 @@ properties.1.name=org.eclipse.equinox.p2.type.category
properties.1.value=false
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.installFeature(feature:org.eclipse.update.feature,featureId:org.eclipse.epp.package.common.feature,featureVersion:default);\
-org.eclipse.equinox.p2.touchpoint.eclipse.installFeature(feature:org.eclipse.update.feature,featureId:org.eclipse.rap.tooling,featureVersion:default);\
+org.eclipse.equinox.p2.touchpoint.eclipse.installFeature(feature:org.eclipse.update.feature${#44}org.eclipse.epp.package.common.feature,featureId:default,featureVersion:default);\
+org.eclipse.equinox.p2.touchpoint.eclipse.installFeature(feature:org.eclipse.update.feature${#44}org.eclipse.rap.tooling,featureId:default,featureVersion:default);\
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);

Back to the top