hi,
the gef.jar being bundled with the jfacedbc download is
out of date. For the plugin to work with Eclipse 3.0
M6, the latest version (which is: I20040113) from:
http://download.eclipse.org/tools/gef/downloads/
will need to be bundled.
thanks,
Vijay
Logged In: YES
user_id=327012
OR IF YOU HAVE A COMPATIBLE GEF PLUGIN/FEATURE:
Just comment out the lines that specify the gef.jar file in
the runtime node, and add plugin import requirements in the
requires node for
1) org.eclipse.draw2d
and 2) org.eclipse.gef
This should also work - and once you test that this works,
you can safely remove the gef.jar file from the jfacedbc
plugin directory.
Logged In: YES
user_id=556246
The gef.jar bundled with the jfacedbc is modified to work
both with Eclipse 2.1 and with Eclipse 3.0M6.
If you substitute it with the latest version, then JFaceDbc
can't work with Eclipse 2.1 as the new Gef has some
dependencies on org.eclipse.ide package.