Continue talking with myself.... I implemented the most important feature with SLING-2124. It basically allows to distinguish between bootstrap and other bundles without breaking compatiblity (at least that's what I hope).
Regards Carsten 2011/6/29 Carsten Ziegeler <[email protected]>: > 2011/6/28 Carsten Ziegeler <[email protected]>: >> b) distinction between putting artifacts into resources/install and >> resources/bundles. The artifacts from the first dir are picked up by >> the OSGi installer, the ones from the seconds are handled by >> launchpad. > The main idea here is to distinguish between bootstrap bundles - > installed by the launchpad installer - and "other" bundles - installed > by the OSGi installer. > I think instead of defining both lists in the bundles.xml, it would > make more sense to list all bundles in the bundles list except the > bootstrap stuff. So in my use case everything from this list goes into > resources/install. > I just need another way of defining the bootstrap bundles > > Carsten > -- > -- > Carsten Ziegeler > [email protected] > -- Carsten Ziegeler [email protected]
