Should we build our Tooling API JAR with OSGi compatible manifest? IMO this would be a good thing and it can simplify bundling into OSGi containers/Eclipse.
We would only need to add some attributes Export-Package: Implementation-Title: Implementation-Version: Bundle-Version: Bundle-Name: Bundle-SymbolicName: Import-Package: org.slf4j Note that the only direct dependency SLF4J-API is already OSGi compatible (and slf4j-simple too). -Radim