From 2a56168792ff028ef2710f2b766de4f852c82c21 Mon Sep 17 00:00:00 2001 From: kceiw Date: Sat, 1 Apr 2017 14:26:48 -0700 Subject: [PATCH] Move org.eclipse.smarthome.core from required to imported package. Bug: https://github.com/eclipse/smarthome/issues/1654 Signed-off-by: kceiw --- .../META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/model/org.eclipse.smarthome.model.rule.runtime/META-INF/MANIFEST.MF b/bundles/model/org.eclipse.smarthome.model.rule.runtime/META-INF/MANIFEST.MF index 6aa2c9a5a3d..7d8b3ba0cef 100644 --- a/bundles/model/org.eclipse.smarthome.model.rule.runtime/META-INF/MANIFEST.MF +++ b/bundles/model/org.eclipse.smarthome.model.rule.runtime/META-INF/MANIFEST.MF @@ -6,7 +6,8 @@ Bundle-Version: 0.9.0.qualifier Bundle-SymbolicName: org.eclipse.smarthome.model.rule.runtime;singleton:=true Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Service-Component: OSGI-INF/*.xml -Import-Package: org.eclipse.smarthome.core.common.registry, +Import-Package: org.eclipse.smarthome.core, + org.eclipse.smarthome.core.common.registry, org.eclipse.smarthome.core.events, org.eclipse.smarthome.core.items, org.eclipse.smarthome.core.items.events, @@ -28,7 +29,6 @@ Import-Package: org.eclipse.smarthome.core.common.registry, org.quartz.spi, org.quartz.utils, org.slf4j -Require-Bundle: org.eclipse.smarthome.model.rule, - org.eclipse.smarthome.core +Require-Bundle: org.eclipse.smarthome.model.rule Export-Package: org.eclipse.smarthome.model.rule.runtime Bundle-ActivationPolicy: lazy