Current Result
- No Export-Package header, only Private-Package. Probably need to add Export-Package:* directive to bnd config.
- All Import-Package is generated as mandatory. This is difference from the osgi jar of previous version where all Import-Package is with resolution:=optional. This is problematic since there are some dependency that's not relevant in our applications (for e.g, org.jruby, org.python, javax.portlet, etc).
- Split package between zweb.osgi.jar and zweb-dsp.osgi.jar. As a result, without changes to the manifest, dsp doesn't work in osgi apps (I've to change zweb-dsp to osgi fragment to zweb)