Skip to content

Commit e0a2624

Browse files
committed
org.eclipse.ui should bump version because of updated API in reexported
org.eclipse.jface and org.eclipse.ui.workbench bundles Fixes #1051
1 parent 01c5b67 commit e0a2624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Plugin.name
44
Bundle-SymbolicName: org.eclipse.ui; singleton:=true
5-
Bundle-Version: 3.203.200.qualifier
5+
Bundle-Version: 3.204.0.qualifier
66
Bundle-Activator: org.eclipse.ui.internal.UIPlugin
77
Bundle-ActivationPolicy: lazy
88
Bundle-Vendor: %Plugin.providerName
99
Bundle-Localization: plugin
1010
Export-Package: org.eclipse.ui.internal;x-internal:=true
1111
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
12-
org.eclipse.swt;bundle-version="[3.103.0,4.0.0)";visibility:=reexport,
13-
org.eclipse.jface;bundle-version="[3.19.0,4.0.0)";visibility:=reexport,
14-
org.eclipse.ui.workbench;bundle-version="[3.128.0,4.0.0)";visibility:=reexport,
12+
org.eclipse.swt;bundle-version="[3.124.0,4.0.0)";visibility:=reexport,
13+
org.eclipse.jface;bundle-version="[3.31.0,4.0.0)";visibility:=reexport,
14+
org.eclipse.ui.workbench;bundle-version="[3.130.0,4.0.0)";visibility:=reexport,
1515
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
1616
Bundle-RequiredExecutionEnvironment: JavaSE-17
1717
Automatic-Module-Name: org.eclipse.ui

0 commit comments

Comments
 (0)