Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-03-30 08:49:34 +0000
committerArun Thondapu2016-03-30 08:49:56 +0000
commitfbf4e7bbb85949f0cc7f759254baae0f9b6449c3 (patch)
tree43d8f11a1df8727c2d7590a51101d9e207b2b55b /bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/META-INF/MANIFEST.MF
parent1b7bd98d0c6b8334fa838e7d1c875b24c58c1384 (diff)
downloadrt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.gz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.xz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.zip
Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..17d151f61
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.solaris.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.gtk.solaris.x86_64;singleton:=true
+Bundle-Version: 1.1.300.qualifier
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86_64))
+Bundle-Localization: launcher.gtk.solaris.x86_64
+Eclipse-BundleShape: dir

Back to the top