locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

OSGi compatibility #43

Closed Neutius closed 5 years ago

Neutius commented 5 years ago

This contribution makes some additions and a minor change to the project pom.xml to make this project OSGi-compatible. The end result is a jar with an expanded manifest, which contains all necessary information to use the artifact as an OSGi bundle.

The product is still completely valid and functional as a maven artifact.