openhab-core/bundles/org.openhab.core.io.transport.dbus/bnd.bnd
Markus Rathgeb 2535d3dd50 make optional import that's optionally used by Class.forName (dbus lib) (#562)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-02-11 18:19:47 +01:00

11 lines
310 B
Plaintext

Bundle-SymbolicName: ${project.artifactId}
Export-Package: \
cx.ath.matthew.unix.*;version="0.5",\
org.freedesktop.*;version="2.7"
Import-Package: \
cx.ath.matthew.debug.*;resolution:=optional,\
cx.ath.matthew.utils.*;resolution:=optional,\
com.sun.security.auth.module.*;resolution:=optional,\
*