Skip to content

Commit 650413a

Browse files
ptzieglervogella
authored andcommitted
Update lower bound to org.eclipse.core.runtime due to new API
The new StringMatcher API used with db41fb4 is only available starting with version 3.33.0 of org.eclipse.core.runtime. See eclipse-platform/eclipse.platform#1673
1 parent db41fb4 commit 650413a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Export-Package: org.eclipse.e4.ui.workbench.addons.perspectiveswitcher;x-interna
9494
org.eclipse.ui.themes,
9595
org.eclipse.ui.views,
9696
org.eclipse.ui.wizards
97-
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
97+
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4.0.0)",
9898
org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
9999
org.eclipse.jface;bundle-version="[3.31.0,4.0.0)",
100100
org.eclipse.jface.databinding;bundle-version="[1.3.0,2.0.0)",

0 commit comments

Comments
 (0)