bnd

Swiss Army Knife for OSGi bundles - build, analyze, and inspect

brewmacoslinux
Try with needOr install directly
Source

About

Swiss Army Knife for OSGi bundles

Commands

bnd

Examples

Build an OSGi bundle from a bnd.bnd configuration file$ bnd build
Print detailed information about an OSGi bundle JAR file$ bnd print --manifest bundle.jar
Wrap a plain JAR file into an OSGi bundle$ bnd wrap --output wrapped.jar plain-library.jar