Hi 2010/6/22 Bertrand Delacretaz <[email protected]> > > > If you cannot find an iText bundle, you could "OSGify" an existing > iText jar using the bnd tool or the maven-bundle-plugin to add the > required MANIFEST.MF information to it. > > I'm creating a bundle for iText using this guide ( http://felix.apache.org/site/creating-bundles-using-bnd.html). But I have some questions related. What I have to put in the Export-Package, Private-Package tag of this bundle? iText uses class from rt.jar and if I put it as system dependency I create a jar of 22MB! I think there is something about "bundling" that I didn't understand. And when I finally create this bundle using maven, how can I declare it in my pom project to be included in Sling? Can anyone help me?
-- Federico
