From 8d8dca2bb7eda565882e8a5def431fae4211ac2b Mon Sep 17 00:00:00 2001 From: Scott Rushworth Date: Fri, 15 Mar 2019 09:42:23 -0400 Subject: [PATCH] Add DynamicImport-Package for scripted automation Fixes #610 Signed-off-by: Scott Rushworth --- bundles/org.openhab.core.automation.module.script/bnd.bnd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bundles/org.openhab.core.automation.module.script/bnd.bnd diff --git a/bundles/org.openhab.core.automation.module.script/bnd.bnd b/bundles/org.openhab.core.automation.module.script/bnd.bnd new file mode 100644 index 00000000000..2c9721ab198 --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/bnd.bnd @@ -0,0 +1,2 @@ +Bundle-SymbolicName: ${project.artifactId} +DynamicImport-Package: *