Provide OSGi Manifest entries
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
FWIW this is really easy to do with the 'BND' tool. The command "wrap" simply takes your jar, and if its simple enough (like super csv is in terms of dependencies) generates an osgi valid bundle.
http://www.aqute.biz/Bnd/Bnd
java -jar C:\location\to\biz.aQute.bnd.jar wrap -output osgijarname.jar originalname.jar
Implemented for upcoming release. See:
https://sourceforge.net/tracker/index.php?func=detail&aid=3438900&group_id=201724&atid=978709#