Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2019-01-25 20:16:18 +0000
committerThomas Watson2019-01-25 20:16:52 +0000
commitcc8f8c7650886dad08e30e81fdca8b164b24986f (patch)
tree6b26436ba5c036b2f609195143c5666f83dd1db5 /bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF
parent332e4d8bfba584e8012bfb3489bba696758022e6 (diff)
downloadrt.equinox.framework-cc8f8c7650886dad08e30e81fdca8b164b24986f.tar.gz
rt.equinox.framework-cc8f8c7650886dad08e30e81fdca8b164b24986f.tar.xz
rt.equinox.framework-cc8f8c7650886dad08e30e81fdca8b164b24986f.zip
Update launcher fragment versions for 4.11
Change-Id: Ie421bfcdb9b4b8519212d6314c554f819367c187 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF
index 94f2cae98..3a011499d 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; singleton:=true
-Bundle-Version: 1.1.800.qualifier
+Bundle-Version: 1.1.1000.qualifier
Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.6.0)"
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
Bundle-Localization: launcher.win32.win32.x86

Back to the top