Skip to content

Commit 1a3936f

Browse files
ptziegleriloveeclipse
authored andcommitted
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 eclipse-platform/eclipse.platform.ui#2672
1 parent 2b51c69 commit 1a3936f

File tree

1 file changed

+2
-2
lines changed
  • runtime/bundles/org.eclipse.core.runtime/META-INF

1 file changed

+2
-2
lines changed

runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
4-
Bundle-Version: 3.32.100.qualifier
4+
Bundle-Version: 3.33.0.qualifier
55
Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
66
Bundle-Vendor: %providerName
77
Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
@@ -10,7 +10,7 @@ Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
1010
org.eclipse.core.internal.runtime;x-internal:=true,
1111
org.eclipse.core.runtime;version="3.7.0"
1212
Require-Bundle: org.eclipse.osgi;bundle-version="[3.18.0,4.0.0)";visibility:=reexport,
13-
org.eclipse.equinox.common;bundle-version="[3.19.0,4.0.0)";visibility:=reexport,
13+
org.eclipse.equinox.common;bundle-version="[3.20.0,4.0.0)";visibility:=reexport,
1414
org.eclipse.core.jobs;bundle-version="[3.15.0,4.0.0)";visibility:=reexport,
1515
org.eclipse.equinox.registry;bundle-version="[3.12.0,4.0.0)";visibility:=reexport,
1616
org.eclipse.equinox.preferences;bundle-version="[3.11.0,4.0.0)";visibility:=reexport,

0 commit comments

Comments
 (0)