wsc0751 / jetlang

Automatically exported from code.google.com/p/jetlang
0 stars 0 forks source link

OSGi support #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here are a few bits to turn the jetlang jar into a proper OSGi bundle so that 
it can be shared safely. While i was there I've also added maven plugin 
versions, as unversioned plugins lead to fragile builds and will soon not be 
supported by maven (m3 already warns against this).
The resulting jar is 1:1 the same, all this does is add entries to the manifest.

Original issue reported on code.google.com by holger.h...@googlemail.com on 20 Sep 2010 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
I committed the patch. The next release will include the proper manifest.

Thanks for the patch.

Mike

Original comment by mike.ret...@gmail.com on 21 Sep 2010 at 6:50