Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-07-07 18:56:46 +0000
committerAndrew Niefer2011-07-07 18:56:46 +0000
commitc9990d8796c41553a2a7991595ab52881c4e863e (patch)
treef81e9ea357d9fc2df3b8581785f7999f0f689535 /bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF
parent7ec6dc0f6254145aab43ea3f08b4bafe0ab5a33d (diff)
downloadrt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.tar.gz
rt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.tar.xz
rt.equinox.framework-c9990d8796c41553a2a7991595ab52881c4e863e.zip
Move fragments from org.eclipse.equinox.launcher/[fragments|contributed]/ to bundles/
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..6ba12602b
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx.x86_64;singleton:=true
+Bundle-Version: 1.1.100.qualifier
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.3.0)"
+Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
+Bundle-Localization: launcher.cocoa.macosx.x86_64
+Eclipse-BundleShape: dir

Back to the top