entropia / libsocket-can-java

SocketCAN JNI wrapper
MIT License
44 stars 49 forks source link

Add OSGi support #15

Closed frankkusters closed 10 years ago

frankkusters commented 10 years ago

I need to use libsocket-can-java in an OSGi environment, and that requires adding a manifest file. The JAR file will remain working in non-OSGi environments.

Also, note that if there are updates to the library, the version number in the manifest needs to be increased.

hannes-zz commented 10 years ago

Looks good, thanks!