I am trying to install my custom Eclipse plugin, which works great when run from the manifest file, on a clean Eclipse installation. I installed the necessary dependencies (GEF and Zest) manually using their update sites. However, the plugin is still not displayed. I searched a lot on googled and found a site offering to open eclipse using -debug -consoleLog and found the following:
Edit: here is a screenshot of my entire log: 
"PowerPlugin" is my custom plugin.
I checked and my plugin defines these dependencies with a minimum version number, and I installed Zest 1.3.0, Draw2D 3.7.2 and the GEF "All-In-One" SDK 3.7.2, which should rely on these dependencies.
Any question what is wrong?
source
share