Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-09-14 07:15:45 +0000
committerSravan Kumar Lakkimsetti2016-09-14 07:16:35 +0000
commitf98e2d60d99847731b6b043e5d6df92647eddd70 (patch)
tree1c2f11929a88dd3cc316f720791244c96097b7e3 /bundles/org.eclipse.equinox.launcher.gtk.linux.x86
parent423fa0001fb07c3d832b2366e7e3ff77745904ab (diff)
downloadrt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.tar.gz
rt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.tar.xz
rt.equinox.framework-f98e2d60d99847731b6b043e5d6df92647eddd70.zip
As this is causing build failures This reverts commit 423fa0001fb07c3d832b2366e7e3ff77745904ab. Change-Id: I12aa67cfcc58a2fe333a10f513cb3e20aca99b9d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.linux.x86')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF
index f2d131a89..43a271de2 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86;singleton:=true
Bundle-Version: 1.1.400.qualifier
-Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.5.0)"
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)"
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86))
Bundle-Localization: launcher.gtk.linux.x86
Eclipse-BundleShape: dir

Back to the top