diff options
author | Andrew Niefer | 2006-12-06 17:03:37 +0000 |
---|---|---|
committer | Andrew Niefer | 2006-12-06 17:03:37 +0000 |
commit | a89b38e5549ed469f10450bf2355aed0aac93a73 (patch) | |
tree | 8a9e18bfaab6e9f0f4ee5fbbbbe88ca405dcda32 /bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF | |
parent | 792132640113e55a1188bf7b40b4e58489f36415 (diff) | |
download | rt.equinox.framework-a89b38e5549ed469f10450bf2355aed0aac93a73.tar.gz rt.equinox.framework-a89b38e5549ed469f10450bf2355aed0aac93a73.tar.xz rt.equinox.framework-a89b38e5549ed469f10450bf2355aed0aac93a73.zip |
fragments to hold the launcher's libraries
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF')
-rw-r--r-- | bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF new file mode 100644 index 000000000..2ab23c922 --- /dev/null +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF @@ -0,0 +1,7 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: X86_64 Fragment +Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64 +Bundle-Version: 1.0.0 +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64)) |