Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-03-17 20:27:13 +0000
committerAndrew Niefer2010-03-17 20:27:13 +0000
commit8d36b08b86861c6b7c10f90c9b7e6af37943dc7a (patch)
tree197abd9e755032ac6502cf40f33dae4f24ea0759 /bundles/org.eclipse.equinox.launcher
parentf09ccf6bd0009abdd187a3e9a01f0c669eab9aec (diff)
downloadrt.equinox.framework-8d36b08b86861c6b7c10f90c9b7e6af37943dc7a.tar.gz
rt.equinox.framework-8d36b08b86861c6b7c10f90c9b7e6af37943dc7a.tar.xz
rt.equinox.framework-8d36b08b86861c6b7c10f90c9b7e6af37943dc7a.zip
Bug 257777 - [launcher] Mark org.eclipse.equinox.launcher as singletonv20100329
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index d33d8e52d..e0111e894 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.equinox.launcher
+Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
Bundle-Version: 1.1.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .

Back to the top