I have some plugin UI tests running using SWTBot. As a result of this i had to add some libraries for SWTBot and some other things to the dependencies and classpath of the plugin.xml. But i dont want to have these in the software delivery.
Is there a way to set up a second plugin.xml just for the tests or any other solution to separate this?
Thanks!