Hi, Is there a way to get the classes of the OSGi API and the Felix implementation in two separate JARs?
I'm creating a plugin for NetBeans to register and administrate OSGi containers. Felix ist the default, but I want my tool to rely on the API only in order to be able to plugin other implementations (e.g. Knopflerfish). So the UI can display information for a Bundle regardless where it comes from. If there's nothing like that out-of-the-box, I'll do it manually. The question then is: Would that work since it seems I'll also have to split up the manifest then... Thanks --Toni -- View this message in context: http://www.nabble.com/APi-and-Implementation-in-separate-JARs-tp24931883p24931883.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

