aucd29 / cloning

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

Add OSGi Manifest headers #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm planning on using Cloning in an OSGi environment but I found that the jar 
does not have the necessary headers to do so. Please consider adding the 
necessary manifest headers, or, even easier, add OSGi bundlisation to your 
maven project.

Original issue reported on code.google.com by m...@thebishops.org on 19 Sep 2012 at 1:07

GoogleCodeExporter commented 9 years ago
how can I do that? what manifest would work with osgi?

Original comment by kostas.k...@googlemail.com on 19 Sep 2012 at 8:06

GoogleCodeExporter commented 9 years ago
Here is a patch that fixes up the built jar with the correct Manifest entries. 
I have tested this successfully in my OSGi environment.

It's dependency, objenisis 1.2, already has the correct OSGi manifest headers, 
yay!

Original comment by m...@thebishops.org on 21 Sep 2012 at 7:23

Attachments:

GoogleCodeExporter commented 9 years ago
ok, 1.8.4 is deployed with the proposed change. Manifest is now available in 
the jar.

Original comment by kostas.k...@googlemail.com on 23 Sep 2012 at 4:48