Skip to content

Commit 66db53b

Browse files
ptzieglerazoitl
authored andcommitted
Bump lower bound for dependency to Draw2D
Both GEF and Zest use the new auto-scale classes and therefore require the current Draw2D version.
1 parent 5cfe5b7 commit 66db53b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

org.eclipse.gef/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Export-Package: org.eclipse.gef,
3131
org.eclipse.gef.ui.rulers,
3232
org.eclipse.gef.ui.views.palette,
3333
org.eclipse.gef.util
34-
Require-Bundle: org.eclipse.draw2d;visibility:=reexport;bundle-version="[3.20.100,4.0.0)",
34+
Require-Bundle: org.eclipse.draw2d;visibility:=reexport;bundle-version="[3.21.0,4.0.0)",
3535
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
3636
org.eclipse.ui.views;resolution:=optional;bundle-version="[3.2.0,4.0.0)",
3737
org.eclipse.ui.workbench;bundle-version="[3.133.0,4.0.0)",

org.eclipse.zest.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Bundle-Name: %Plugin.name
44
Bundle-SymbolicName: org.eclipse.zest.core;singleton:=true
55
Bundle-Vendor: %Plugin.providerName
66
Bundle-Localization: plugin
7-
Bundle-Version: 1.16.100.qualifier
7+
Bundle-Version: 1.17.0.qualifier
88
Require-Bundle: org.eclipse.zest.layouts,
99
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
10-
org.eclipse.draw2d;bundle-version="[3.20.100,4.0.0)";visibility:=reexport
10+
org.eclipse.draw2d;bundle-version="[3.21.0,4.0.0)";visibility:=reexport
1111
Bundle-ActivationPolicy: lazy
1212
Export-Package: org.eclipse.zest.core.viewers,
1313
org.eclipse.zest.core.viewers.internal;x-internal:=true,

0 commit comments

Comments
 (0)