From 3ae82d15583cb4f682f611b2c655e96a0e54084d Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Mon, 28 Oct 2019 09:58:39 +0100 Subject: [PATCH] Added "resources" folder as a resource folder to bnd instructions (#1160) * Added "resources" folder as a resource folder to bnd instructions Co-Authored-By: Wouter Born Signed-off-by: Kai Kreuzer --- bundles/org.openhab.core.model.script/bnd.bnd | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.openhab.core.model.script/bnd.bnd b/bundles/org.openhab.core.model.script/bnd.bnd index 08bce5ce72..a575c7ee6a 100644 --- a/bundles/org.openhab.core.model.script/bnd.bnd +++ b/bundles/org.openhab.core.model.script/bnd.bnd @@ -64,3 +64,4 @@ Require-Bundle: org.antlr.runtime,\ org.eclipse.xtext.xbase;visibility:=reexport,\ org.eclipse.xtext;visibility:=reexport,\ org.objectweb.asm;resolution:=optional +-includeresource: resources