Bundlor Adds Support for the Blueprint Service |
|

I'm pleased to announce that beginning with its newly released 1.0.0.M6 version, Bundlor now supports OSGi Blueprint Service files.
As with the support for Spring-DM contexts, Bundlor scans for Blueprint Service configuration files in both the default location (OSGI-INF/blueprint/*.xml) and in locations specified with the custom Bundle-Blueprint manifest header. When these files are found, they are scanned for class and interface names and the packages for those types are added to the OSGi manifest that Bundlor creates.
For information about Bundlor and to download this latest milestone, please visit the Bundlor project page.
Similar Posts
- Bundlor 1.0.0.RC1 Available
- Getting Started with Bundlor
- First Eclipse Gemini Blueprint Milestone Ships
- Using an OSGi Profile with Bundlor
- Drawing Spring into the Blueprint





Sam Brannen says:
Added on October 8th, 2009 at 2:39 pmBen,
That's good news that Bundlor now supports the OSGi Blueprint Service as well!
But don't you mean OSGI-INF/blueprint/*.xml instead of META-INF/blueprint/*.xml?
Regards,
Sam
Ben Hale (blog author) says:
Added on October 9th, 2009 at 1:36 am@Sam
Yup, that's just me working with Spring DM for too long
I've updated the post.