mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

Refactor manifest descriptors #51

Closed mathieuancelin closed 13 years ago

mathieuancelin commented 13 years ago

Add versions export sand imports.

mathieuancelin commented 13 years ago

We should export our APIs with :

version=1.0.0

mathieuancelin commented 13 years ago

Not really difficult, but long to check if everything is working.

For EE APIs, I propose the following :

Export-Package javax.inject; version=1.0.0, \ javax.annotation; version=1.1.0, \ javax.interceptor; version=1.0.0, \ javax.el; version=2.2.0