Skip to content

Commit

Permalink
Raise lower bound on SWT for Draw2D
Browse files Browse the repository at this point in the history
The FigureCanvas class is using setScrollbarsMode(), which only exists
since SWT 3.126, making this the minimum version Draw2D is compatible
with.

Fixes #652
  • Loading branch information
ptziegler authored and azoitl committed Jan 9, 2025
1 parent c00fb34 commit 8c6b9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.draw2d/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.draw2d;singleton:=true
Bundle-Version: 3.18.100.qualifier
Bundle-Version: 3.19.0.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.draw2d,
Expand All @@ -14,7 +14,7 @@ Export-Package: org.eclipse.draw2d,
org.eclipse.draw2d.text,
org.eclipse.draw2d.widgets,
org.eclipse.draw2d.zoom
Require-Bundle: org.eclipse.swt;bundle-version="[3.4.0,4.0.0)";visibility:=reexport
Require-Bundle: org.eclipse.swt;bundle-version="[3.126.0,4.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.draw2d
Expand Down

0 comments on commit 8c6b9fb

Please sign in to comment.