I'm browsing the source code of windowbuilder. In the org.eclipse.wb.core plug-in, beside the src folder, there exists src-draw2d and src-gef folders which contains an identical (or at least very similar) implementation of eclipse.gef and eclipse.gef.draw2d.
Why don't they just import these plugins but do this code duplication?