Bug 578820 - Use new FileLocator.getBundleFileLocation(Bundle) org.eclipse.core.runtime re-exports org.eclipse.equinox.common and is therefore one of the main suppliers of the latter plug-in. The first one is also referenced by other plug-ins that use the new method. Therefore the required version has to be restricted to the first one that provides it. Change-Id: Idacf5b0648ceb26b6f33d277db505002aee26f89 Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.runtime/+/191933 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF index ca6785e..8bee110 100644 --- a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName -Bundle-Version: 3.24.100.qualifier +Bundle-Version: 3.25.0.qualifier Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true Bundle-Vendor: %providerName Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator @@ -10,7 +10,7 @@ org.eclipse.core.internal.runtime;x-internal:=true, org.eclipse.core.runtime;version="3.7.0" Require-Bundle: org.eclipse.osgi;bundle-version="[3.17.0,4.0.0)";visibility:=reexport, - org.eclipse.equinox.common;bundle-version="3.15.0";visibility:=reexport, + org.eclipse.equinox.common;bundle-version="3.16.0";visibility:=reexport, org.eclipse.core.jobs;bundle-version="[3.12.0,4.0.0)";visibility:=reexport, org.eclipse.equinox.registry;bundle-version="[3.11.0,4.0.0)";visibility:=reexport, org.eclipse.equinox.preferences;bundle-version="[3.9.0,4.0.0)";visibility:=reexport,