mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Add a YAML file provider for semantic tags (#3659)
* Add a YAML file provider for semantic tags Files in folder conf/tags are loaded by this provider. Related to #3619 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -390,6 +390,13 @@
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.model.lsp/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-model-yaml" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.model.yaml/${project.version}</bundle>
|
||||
<requirement>openhab.tp;filter:="(feature=jackson)"</requirement>
|
||||
<feature dependency="true">openhab.tp-jackson</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-storage-json" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
|
||||
@@ -434,6 +441,7 @@
|
||||
<feature>openhab-core-model-script</feature>
|
||||
<feature>openhab-core-model-sitemap</feature>
|
||||
<feature>openhab-core-model-thing</feature>
|
||||
<feature>openhab-core-model-yaml</feature>
|
||||
<feature>openhab-core-ui-icon</feature>
|
||||
<feature>openhab-core-storage-json</feature>
|
||||
<feature>openhab-runtime-certificate</feature>
|
||||
|
||||
Reference in New Issue
Block a user