Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-02-29 15:34:43 +0000
committerAndrew Niefer2008-02-29 15:34:43 +0000
commitb5d2b37b87f3ab5f972469f1ab30e23271724507 (patch)
treecc4576699ac854926f82a3d9b40d1f5b3e7d3d38 /bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF
parentbd8d6c8e94893dcd917938e88f343d4c6231dea5 (diff)
downloadrt.equinox.framework-b5d2b37b87f3ab5f972469f1ab30e23271724507.tar.gz
rt.equinox.framework-b5d2b37b87f3ab5f972469f1ab30e23271724507.tar.xz
rt.equinox.framework-b5d2b37b87f3ab5f972469f1ab30e23271724507.zip
bug 220251 - mark fragments as singletonv20080514-1830
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF
index 5d3835cfe..dce6898aa 100644
--- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
-Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.aix.ppc
+Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.aix.ppc;singleton:=true
Bundle-Version: 1.0.100.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)"
Eclipse-PlatformFilter: (& (osgi.ws=motif) (osgi.os=aix) (osgi.arch=ppc))

Back to the top