Skip to content

Commit

Permalink
org.eclipse.ui should bump version because of updated API in reexported
Browse files Browse the repository at this point in the history
org.eclipse.jface and org.eclipse.ui.workbench bundles

Fixes eclipse-platform#1051
  • Loading branch information
iloveeclipse committed Aug 21, 2023
1 parent 01c5b67 commit e0a2624
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/org.eclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.ui; singleton:=true
Bundle-Version: 3.203.200.qualifier
Bundle-Version: 3.204.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.UIPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.ui.internal;x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
org.eclipse.swt;bundle-version="[3.103.0,4.0.0)";visibility:=reexport,
org.eclipse.jface;bundle-version="[3.19.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.workbench;bundle-version="[3.128.0,4.0.0)";visibility:=reexport,
org.eclipse.swt;bundle-version="[3.124.0,4.0.0)";visibility:=reexport,
org.eclipse.jface;bundle-version="[3.31.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.workbench;bundle-version="[3.130.0,4.0.0)";visibility:=reexport,
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.ui

0 comments on commit e0a2624

Please sign in to comment.