Skip to content

Commit

Permalink
Increase lower bound to re-exported Equinox Common
Browse files Browse the repository at this point in the history
New API has been added to the StringMatcher, which is going to be used
in the Platform UI bundles.

See eclipse-platform/eclipse.platform.ui#2672
  • Loading branch information
ptziegler authored and iloveeclipse committed Jan 7, 2025
1 parent 2b51c69 commit 1a3936f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 1a3936f

Please sign in to comment.