Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp.feature/p2.inf')
-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