From 61c27101c04d2772568cd20b8c3ae4894d275d2d Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Wed, 18 Jul 2007 21:15:37 +0000 Subject: put range on host version --- .../org.eclipse.equinox.launcher.carbon.macosx/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.gtk.linux.ppc/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.gtk.solaris.sparc/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.launcher.wpf.win32.x86/META-INF/MANIFEST.MF | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx/META-INF/MANIFEST.MF index 73bd9aecf..2fa2b0616 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.carbon.macosx/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.carbon.macosx Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) ) Bundle-Localization: launcher.carbon.macosx diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc/META-INF/MANIFEST.MF index 69f085ea8..884a32fbe 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.ppc/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc)) Bundle-Localization: launcher.gtk.linux.ppc diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF index 8a9b718a7..617f8fa8b 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86 Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86)) Bundle-Localization: launcher.gtk.linux.x86 diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF index 7db9170eb..0844e45dd 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64 Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64)) Bundle-Localization: launcher.gtk.linux.x86_64 diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc/META-INF/MANIFEST.MF index 41e7a7dc4..f2ae73fb2 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.gtk.solaris.sparc/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.sparc Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=sparc)) Bundle-Localization: launcher.gtk.solaris.sparc diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF index 1e7910b07..75e2423c5 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.aix.ppc/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.aix.ppc Bundle-Version: 1.0.0.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=motif) (osgi.os=aix) (osgi.arch=ppc)) Bundle-Localization: launcher.motif.aix.ppc diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.PA_RISC/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.PA_RISC/META-INF/MANIFEST.MF index 574317d4e..899f0b81a 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.PA_RISC/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.hpux.PA_RISC/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.hpux.PA_RISC Bundle-Version: 1.0.0.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=motif) (osgi.os=hpux) (osgi.arch=PA_RISC)) Bundle-Localization: launcher.motif.hpux.PA_RISC diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF index d58e6d32b..f45040103 100755 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.linux.x86/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.linux.x86 Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=motif) (osgi.os=linux) (osgi.arch=x86)) Bundle-Localization: launcher.motif.linux.x86 diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc/META-INF/MANIFEST.MF index 99645f665..e258fd470 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.motif.solaris.sparc/META-INF/MANIFEST.MF @@ -3,6 +3,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: Sparc Fragment Bundle-SymbolicName: org.eclipse.equinox.launcher.motif.solaris.sparc Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=motif) (osgi.os=solaris) (osgi.arch=sparc)) Bundle-Localization: launcher.motif.solaris.sparc diff --git a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF index ca32d0c0b..ff1e8b526 100644 --- a/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/fragments/org.eclipse.equinox.launcher.win32.win32.x86/META-INF/MANIFEST.MF @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86; singleton:=true Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86)) Bundle-Localization: launcher.win32.win32.x86 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 9c78ebc1a..771890199 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 @@ -4,6 +4,6 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.wpf.win32.x86; singleton:=true Bundle-Version: 1.0.100.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="1.0.0" +Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1.0)" Eclipse-PlatformFilter: (& (osgi.ws=wpf) (osgi.os=win32) (osgi.arch=x86)) Bundle-Localization: launcher.wpf.win32.x86 -- cgit v1.2.3