Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.pulsar.feature/p2.inf')
-rw-r--r--packages/org.eclipse.epp.package.pulsar.feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.pulsar.feature/p2.inf b/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
index 0fc2de02..0c42a533 100644
--- a/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
@@ -7,12 +7,12 @@ requires.1.name=org.eclipse.platform.ide
requires.1.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710]
requires.1.greedy=true
-instructions.install=\
+instructions.configure=\
setProgramProperty(propName:osgi.splashPath, propValue:platform:/base/plugins/org.eclipse.epp.package.pulsar);\
setProgramProperty(propName:eclipse.product,propValue:org.eclipse.epp.package.pulsar.product);\
setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);
-instructions.uninstall=\
+instructions.unconfigure=\
setProgramProperty(propName:osgi.splashPath,propValue:);\
setProgramProperty(propName:eclipse.product,propValue:);\
setProgramProperty(propName:eclipse.application,propValue:); \ No newline at end of file

Back to the top