Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-06 12:08:48 +0000
committerMarkus Knauer2010-06-06 12:08:48 +0000
commit1476a2c53649dcb4335bbabf722c4720f8c0e273 (patch)
treea4c50b0abdfa37dd4ca2161fefa200333a03bd90 /packages
parent6d4d9f423e95aaa901e8fbb4024d8b85088e389c (diff)
downloadorg.eclipse.epp.packages-1476a2c53649dcb4335bbabf722c4720f8c0e273.tar.gz
org.eclipse.epp.packages-1476a2c53649dcb4335bbabf722c4720f8c0e273.tar.xz
org.eclipse.epp.packages-1476a2c53649dcb4335bbabf722c4720f8c0e273.zip
* rcp: another test - touchpoint instructions
Diffstat (limited to 'packages')
-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 6e1d96b9..7a1a8c8c 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.epp.package.common.feature,featureId:default,featureVersion:default);\
-org.eclipse.equinox.p2.touchpoint.eclipse.installFeature(feature:org.eclipse.rap.tooling,featureId:default,featureVersion:default);\
+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.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