From ec719f8a14df2e15623d7b52452cc2d9f6d93cef Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 25 Oct 2017 16:47:52 +0200 Subject: [PATCH] Generate OSGi metadata for the Java binding This change makes an OSGi bundle out of the 'ppm-java-binding' bundle by using the Maven Bundle Plugin. Signed-off-by: Jens Reimann --- bindings/ppmp-java-binding/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bindings/ppmp-java-binding/pom.xml b/bindings/ppmp-java-binding/pom.xml index e308521..58b33fc 100644 --- a/bindings/ppmp-java-binding/pom.xml +++ b/bindings/ppmp-java-binding/pom.xml @@ -13,9 +13,11 @@ org.eclipse.iot.unide.ppmp ppmp-java-binding 1.0.0-SNAPSHOT + bundle 2.8.2 + UTF-8 @@ -33,6 +35,15 @@ + + + + org.apache.felix + maven-bundle-plugin + 3.3.0 + true + +