Skip to content

Commit b76a02c

Browse files
DSL Scripts and Rules: allow usage of org.openhab.core.automation.RuleManager (#5484)
1 parent f9c9121 commit b76a02c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • bundles
    • org.openhab.core.model.rule
    • org.openhab.core.model.script

bundles/org.openhab.core.model.rule/bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Export-Package: org.openhab.core.model.rule,\
1212
org.openhab.core.model.rule.services,\
1313
org.openhab.core.model.rule.validation
1414
Import-Package: \
15+
org.openhab.core.automation,\
1516
org.openhab.core.automation.module.script.rulesupport.shared,\
1617
org.openhab.core.common,\
1718
org.openhab.core.common.registry,\

bundles/org.openhab.core.model.script/bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Export-Package: org.openhab.core.model.script,\
1919
org.openhab.core.model.script.validation
2020
Import-Package: \
2121
org.openhab.core.audio,\
22+
org.openhab.core.automation,\
2223
org.openhab.core.automation.module.script.action,\
2324
org.openhab.core.automation.module.script.rulesupport.shared,\
2425
org.openhab.core.common.registry,\

0 commit comments

Comments
 (0)