diff --git a/in.bytehue.messaging.mqtt5.provider/.gitignore b/in.bytehue.messaging.mqtt5.provider/.gitignore index b83d222..df19434 100644 --- a/in.bytehue.messaging.mqtt5.provider/.gitignore +++ b/in.bytehue.messaging.mqtt5.provider/.gitignore @@ -1 +1,2 @@ +/sources/ /target/ diff --git a/in.bytehue.messaging.mqtt5.provider/bnd.bnd b/in.bytehue.messaging.mqtt5.provider/bnd.bnd index 0cdd44f..598b1a7 100644 --- a/in.bytehue.messaging.mqtt5.provider/bnd.bnd +++ b/in.bytehue.messaging.mqtt5.provider/bnd.bnd @@ -1,3 +1,4 @@ +-sourcepath : ${.}/sources Bundle-Name : MQTT 5.0 Messaging Adapter Bundle-Description : MQTT 5.0 implementation conforming to OSGi messaging specification. \ Internally making use of HiveMQ MQTT client \