Skip to content

Commit

Permalink
Fix GEF plugin project setup
Browse files Browse the repository at this point in the history
GEF 3.14 requires as minimum version draw2d 3.13.0. This is now fixed in
GEF manifest.
  • Loading branch information
azoitl committed Jun 1, 2023
1 parent 6a8fac8 commit faa15d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.gef/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Export-Package: org.eclipse.gef,
org.eclipse.gef.ui.stackview.icons,
org.eclipse.gef.ui.views.palette,
org.eclipse.gef.util
Require-Bundle: org.eclipse.draw2d;visibility:=reexport;bundle-version="[3.7.0,4.0.0)",
Require-Bundle: org.eclipse.draw2d;visibility:=reexport;bundle-version="[3.13.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.views;resolution:=optional;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.workbench;bundle-version="[3.2.0,4.0.0)",
Expand Down

0 comments on commit faa15d6

Please sign in to comment.