Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix using the outputfolder as a classpath jar
The ProjectBuilder currently uses the output folder of a project as an additional classpath jar, this then can even confuse BND as it thinks we have a split package and try to copy that class into the jar itself. This extends the default ProjectBuilder, check if the jar is sourced at the output location and then skip adding the jar.
- Loading branch information