Files
picocli/bnd.bnd
Radu Cotescu f7be991277 [#734] Make the picocli jar OSGi friendly
* added the bnd plugin to the build
* defined a bnd.bnd file to handle the package export
(fixes #734)
2019-06-19 02:28:53 +09:00

4 lines
178 B
Plaintext

Import-Package: !org.fusesource.jansi, *
Export-Package: picocli
-fixupmessages "^Classes found in the wrong directory: \\{META-INF/versions/9/module-info\\.class=module-info}$"