jclouds / legacy-jclouds

https://jclouds.apache.org
466 stars 216 forks source link

META-INF/MANIFEST.MF is huge #1120

Open codefromthecrypt opened 11 years ago

codefromthecrypt commented 11 years ago

jclouds-core's META-INF/MANIFEST.MF is huge at >20KB due to Export-Package and Import-Package declarations. I've not checked others.

Is there a way to tune this?

codefromthecrypt commented 11 years ago

other jars also have large manifests, which can easily total a couple hundred KB of fluff.

demobox commented 11 years ago

@iocanel Any OSGi imports in there that could be simplified with * expressions? And could this be included in any automatic generation or would it require hand-tuning?

jclouds commented 11 years ago

http://www.aqute.biz/Bnd/Bnd shows more information about the import and export expressions. clearly we don't need to be exporting everything in core.