I'm working with a softwareproject, which needs the following packages:
import org.eclipse.gef4.zest.layouts.LayoutAlgorithm;
import org.eclipse.gef4.zest.layouts.dataStructures.DisplayIndependentRectangle;
import org.eclipse.gef4.zest.layouts.interfaces.EntityLayout;
import org.eclipse.gef4.zest.layouts.interfaces.LayoutContext;
But I can't find the right plugin to solve this issue. I installed the following plugins from: https://hudson.eclipse.org/hudson/job/gef4-master/lastSuccessfulBuild/artifact/update-site:
GEF4 Geometry
GEF4 Geometry Documentation
GEF4 Geometry SDK
GEF4 Geometry Devoloper Resources
GEF4 Zest Documentation
GEF4 Zest SDk
And Eclipse still doesn't know the package:
org.eclipse.gef4.zest.layouts
I think that an old version of Gef4 Zest is used in the software project and the new versions have an other structure or something like that.
Does anyone have the same problem and/or know how to solve it?