Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-10-07 20:30:03 +0000
committerAndrew Niefer2009-10-07 20:30:03 +0000
commit709a024e8c8d4282552fcbe2ab01db59a45707b6 (patch)
tree8a7310a3cfb5f1f061b3b971e43f7d1f75bb1e81 /bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86
parent7c43efaf10f6abc8819026f7ea7ec08e34fc4211 (diff)
downloadrt.equinox.framework-709a024e8c8d4282552fcbe2ab01db59a45707b6.tar.gz
rt.equinox.framework-709a024e8c8d4282552fcbe2ab01db59a45707b6.tar.xz
rt.equinox.framework-709a024e8c8d4282552fcbe2ab01db59a45707b6.zip
bug 291673 - upversion launchers
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86')
-rw-r--r--bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF
index f4a8b36cf..01280ea82 100644
--- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.launcher.wpf.win32.x86; singleton:=true
-Bundle-Version: 1.0.300.qualifier
-Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)"
+Bundle-Version: 1.1.0.qualifier
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.2.0)"
Eclipse-PlatformFilter: (& (osgi.ws=wpf) (osgi.os=win32) (osgi.arch=x86))
Bundle-Localization: launcher.wpf.win32.x86
Eclipse-BundleShape: dir

Back to the top