|
|
Yes I know it’s in the SDK, but the SDK appears to be just metadata that helps Eclipse find the classes somewhere. I’m interested in a .jar file with the BUG APIs and OSGI classes. Is this available? I suppose I can build from CVS, and track down the OSGI stuff elsewhere, just wondering if there’s something more ready-made. Also, can anyone tell me if it is permissible to redistribute said .jar files with an open-source (Apache licensed) project using these classes? |
|
|
Hello srowen, You can get the jars inside the plugins. The OSGi.jar is in com.buglabs.osgi.concierge.runtime: And the com.buglabs jars are in the com.buglabs.dragonfly.kernel plugin. Regarding licensing, our Eclipse plugins are EPL-based, and the OSGi jar is restributable. |