From 1a3936f5c1122dab9c201ca9a51d4169530fdf6f Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Tue, 7 Jan 2025 21:53:15 +0100 Subject: [PATCH] Increase lower bound to re-exported Equinox Common New API has been added to the StringMatcher, which is going to be used in the Platform UI bundles. See https://github.com/eclipse-platform/eclipse.platform.ui/pull/2672 --- runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF b/runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF index 1ef4c9aa7d3..d7ec81e54ac 100644 --- a/runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF +++ b/runtime/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.32.100.qualifier +Bundle-Version: 3.33.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 @@ Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true, org.eclipse.core.internal.runtime;x-internal:=true, org.eclipse.core.runtime;version="3.7.0" Require-Bundle: org.eclipse.osgi;bundle-version="[3.18.0,4.0.0)";visibility:=reexport, - org.eclipse.equinox.common;bundle-version="[3.19.0,4.0.0)";visibility:=reexport, + org.eclipse.equinox.common;bundle-version="[3.20.0,4.0.0)";visibility:=reexport, org.eclipse.core.jobs;bundle-version="[3.15.0,4.0.0)";visibility:=reexport, org.eclipse.equinox.registry;bundle-version="[3.12.0,4.0.0)";visibility:=reexport, org.eclipse.equinox.preferences;bundle-version="[3.11.0,4.0.0)";visibility:=reexport,