Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-03 18:22:22 +0000
committerMarkus Knauer2009-06-03 18:22:22 +0000
commit2ec877d458c61b6057e97515f251810ed55ca7a5 (patch)
tree73d3c6152090a233847ae4657d243d8f657616ab /packages/org.eclipse.epp.package.pulsar.feature/p2.inf
parent6a3d8cd14907153a0810b59fed10e2f68e403ef5 (diff)
downloadorg.eclipse.epp.packages-2ec877d458c61b6057e97515f251810ed55ca7a5.tar.gz
org.eclipse.epp.packages-2ec877d458c61b6057e97515f251810ed55ca7a5.tar.xz
org.eclipse.epp.packages-2ec877d458c61b6057e97515f251810ed55ca7a5.zip
reverting change
Diffstat (limited to 'packages/org.eclipse.epp.package.pulsar.feature/p2.inf')
-rw-r--r--packages/org.eclipse.epp.package.pulsar.feature/p2.inf9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/org.eclipse.epp.package.pulsar.feature/p2.inf b/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
index f60fa24f..e3d38988 100644
--- a/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.pulsar.feature/p2.inf
@@ -7,12 +7,3 @@ 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.configure=\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:osgi.splashPath, propValue:platform:/base/plugins/org.eclipse.epp.package.pulsar);\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:eclipse.product,propValue:org.eclipse.epp.package.pulsar.product);\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:eclipse.application,propValue:org.eclipse.ui.ide.workbench);
-
-instructions.unconfigure=\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:osgi.splashPath,propValue:);\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:eclipse.product,propValue:);\
-org.eclipse.equinox.p2.osgi.setProgramProperty(propName:eclipse.application,propValue:); \ No newline at end of file

Back to the top