Hi, Am Mittwoch, den 14.05.2008, 16:30 +0200 schrieb Carsten Ziegeler: > Felix Meschberger wrote: > ... > > > > <Sling-Initial-Content>SLING-INFO/content;path:=/root/location</Sling-Initial-Content> > > > Is there any code available for parsing this information? I think it > would make sense to put this into the commons/osgi module, so each and > every bundle can make use of it. We use the same syntax for the various > additional information.
Well, this is the standard manifest header format also used by Import-Package. So code can be st... ehrm got from multiple places, e.g. the Felix framework implementation or the bundlerepository bundle, which also has this parser. I agree, that it would make sense to have this "parseHeader" code in the commons/osgi module for multiple uses. Regards Felix
