New issue 26 by m...@thebishops.org: Add OSGi manifest elements
http://code.google.com/p/atinject/issues/detail?id=26
The built jar for the javax.inject API on maven's central repo is not
usable in an OSGi environment because it does not contain the necessary
elements in the META-INF/MANIFEST.MF file. This file should include the
following elements:
Export-Package: javax.inject;version="1.0.0"
Bundle-Version: 1.0.0
Bundle-Name: Dependency Injection for Java
Bundle-ManifestVersion: 2
Bundle-SymbolicName: javax.inject
I would also like inject to be a OSGi bundle. Should I provide a patch?
If you have a patch, that would be great.