On Mon, Mar 16, 2009 at 12:10 PM, Wim Jongman <[email protected]> wrote: >> >> mime4j package already contains Bundle-/Import directives in the >> MANIFEST file. What else is needed? >> >> Stefano >> > > That depends on your needs/commitment to OSGi. For instance, I see that all > packages are exported where only API should be exported. I will study the > mime4j software and get back with recommendations of osgi content in the > manifest
that'd be great :-) IMHO standard OSGi theories has some wrinkles when it comes to libraries - as opposed to frameworks or services. in my experience, any code that isn't private needs to be treated as part of the public API of a library and someone, somewhere will use it for something. - robert
