Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-01-31 22:51:57 +0000
committerJohn Arthorne2008-01-31 22:51:57 +0000
commite2a0a034f6baadf17c63d9ab3a9d0aeaf05a0fde (patch)
tree08a9e35ea1f7ea093ad989f816176bce446c4b9f /bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF
parent47234ee1593dfceaa4b108503c5763eac683054b (diff)
downloadrt.equinox.p2-e2a0a034f6baadf17c63d9ab3a9d0aeaf05a0fde.tar.gz
rt.equinox.p2-e2a0a034f6baadf17c63d9ab3a9d0aeaf05a0fde.tar.xz
rt.equinox.p2-e2a0a034f6baadf17c63d9ab3a9d0aeaf05a0fde.zip
Bug 216512 [prov] Too many p2 bundles in SDK installv20080201-beforePathChange
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF
index 1419c801a..67d5d97ca 100644
--- a/bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.sar/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sar Plug-in
-Bundle-SymbolicName: org.eclipse.equinox.p2.sar
+Bundle-SymbolicName: org.eclipse.equinox.p2.sar;singleton:=true
Bundle-Version: 0.1.0
Import-Package: org.osgi.framework;version="1.3.0"
Eclipse-LazyStart: true

Back to the top