Hi.
I'm trying to remove a dependency on a bundle (EMF) from a plugin, but I
still seem to be pulling it in, even after removing all visible
references to it through the plugin.xml. I can see the jars are still
listed in "Plug-in Dependencies". So... I'm guessing it's getting
pulled in transitively through one of the other bundles.
So... I was wondering if there was a tool/utility that draws a
dependency tree of the dependencies.. something like the "tree" goal of
the "dependencies" plugin in maven?
Regards,
T.