I have a bundle project (Eclipse) that has the following structure:
src/main/java Bundle source files here src/test/java Bundle internal test cases
When I try to make the bundle I get an error that there are some "Unsolved references". The error is causes by the internal test classes. How do I configure BND to ignore those classes?
Splitting the test cases into a separate project is not an option as the test cases are of a much finer granularity as the API provided by the bundle.