I'm trying to get my JUnit Plugin-Test launcher to run for my PDE projects. It was working before, but I changed some of the names of my OSGi bundles and now ...
I got an eclipse-plugin with some unit tests.
In maven I kept the unit tests in the same bundle and specified junit as testing dependency in the pom.xml.
Now I want to switch ...