-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OSGi manifest headers #1
Comments
This patch does two things:
The only difference between 'bundle' and 'jar' are the extra headers in the manifest. |
A question, has this fix been deployed on Maven Central? |
@arichiardi: No, it hasn't. Any chance of getting this deployed? I'd do it myself under a different |
I've pushed a working OSGi bundle under a different groupId: http://search.maven.org/#artifactdetails%7Ccom.io7m.jcip%7Cjcip-annotations%7C1.0.2%7Cbundle |
It would be great to use these annotations in an OSGi environment like Eclipse and Glassfish. To do so, the manifest needs additional headers added. I will submit a pull request.
The text was updated successfully, but these errors were encountered: