Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Move org.eclipse.smarthome.core from required to imported package.
Browse files Browse the repository at this point in the history
Bug: #1654
Signed-off-by: kceiw <hellomao@outlook.com>
  • Loading branch information
kceiw committed Apr 1, 2017
1 parent db3e23d commit 2a56168
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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,
Expand All @@ -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

0 comments on commit 2a56168

Please sign in to comment.