I wrote a plug-in in Eclipse and exported it. It works fine and is loaded when I start the Eclipse. Unfortunately when I add "org.eclipse.swtbot.eclipse.finder" to the dependecies and export it again, the plug-in I get is not loaded by Eclipse when I start it. I don't get any error during the export process. So what can be the problem and how can I solve it?
The problem was that not the same version of some plug-ins were in the Eclipse plugins folder which I added to dependecies of my plug-in.