GoogleCodeArchive / piccolo2d

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

Add osgi manifest to the builded jars #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Proposed patch modifies the builds so that the produced jars contain OSGi
MANIFEST.MF files. 
No additional configurations for the manifests are done assuming that the
project don't have packages containing implementation details that
shouldn't be used by clients.

Original issue reported on code.google.com by akurta...@gmail.com on 29 Sep 2009 at 9:04

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by akurta...@gmail.com on 29 Sep 2009 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 9 Oct 2009 at 2:51

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 128 ; applying patch from akurtakov, adding
maven-bundle-plugin configuration and changing packaging from jar to bundle" .
Sending        core/pom.xml
Sending        extras/pom.xml
Sending        parent/pom.xml
Sending        swt/pom.xml
Transmitting file data ....
Committed revision 686.

Original comment by heue...@gmail.com on 9 Oct 2009 at 2:51

GoogleCodeExporter commented 9 years ago
Generated jars contain what look like osgi manifest files. Since using them as 
osgi
bundles is beyond me yet, I'm marking it as verified.

Original comment by allain.lalonde on 5 Nov 2009 at 3:49

GoogleCodeExporter commented 9 years ago
I can verify it works. Pydev in Fedora is built with picollo2d as osgi bundles.

Original comment by akurta...@gmail.com on 5 Nov 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Thanks a lot.

Original comment by allain.lalonde on 5 Nov 2009 at 4:16