Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF
new file mode 100755
index 000000000..25d172fe9
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.motif.linux.x86/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.motif.linux.x86;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=motif) (osgi.os=linux) (osgi.arch=x86))
+Bundle-Localization: launcher.motif.linux.x86
+Eclipse-BundleShape: dir

Back to the top