Download raw body.
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8
On Wed, Nov 19, 2025 at 06:20:06PM +0000, Stuart Henderson wrote:
> On 2025/11/19 10:24, Chaz Kettleson wrote:
> > On Wed, Nov 19, 2025 at 09:15:47AM +0000, Stuart Henderson wrote:
> > > On 2025/11/17 08:58, Chaz Kettleson wrote:
> > > > Hello,
> > > >
> > > > I'm preparing to maintain two separate major versions of openHAB. The
> > > > below diff updates the 4x line to 4.3.8, and prepares the tree for a
> > > > future 5x (with new PLIST). I've looked at other ports to see how best
> > > > to do this.
> > > >
> > > > Comments? Feedback? OK?
> > >
> > > committed, with small tweaks to PLIST (@pkgpath marker required for
> > > the update to work, that shouldn't be added to 5x PLIST, and @conflict
> > > and @option is-branch, which should).
> > >
> >
> > Hi Stuart,
> >
> > Thank you.
> >
> > It seems the toplevel pkg directory was deleted. This is the tree I was
> > expecting:
> >
> > |-- 4
> > | |-- Makefile
> > | |-- distinfo
> > | `-- pkg
> > | `-- PLIST
> > |-- Makefile
> > |-- Makefile.inc
> > |-- files
> > | `-- openhab.conf
> > `-- pkg
> > |-- DESCR
> > |-- README
> > `-- openhab.rc
> >
> > I had adjusted the Makefile.inc with:
> >
> > DESCR= ${.CURDIR}/../pkg/DESCR
> > FILESDIR= ${.CURDIR}/../files
> >
> > as well as the do-install to add:
> >
> > ${SUBST_CMD} -c -m 555 ${.CURDIR}/../pkg/openhab.rc ${WRKINST}${RCDIR}/openhab
> > ${SUBST_DATA} ${.CURDIR}/../pkg/README \
> > ${WRKINST}${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM}
> >
> > --
> > Chaz
>
> yes, missed readding them after I'd figured out that the git diff didn't
> actually move all the files. should be fixed now.
>
Thank you. Below diff adds support for 5x
--
Chaz
diff --git a/misc/openhab-addons/5/Makefile b/misc/openhab-addons/5/Makefile
new file mode 100644
index 00000000000..3df78f19cb4
--- /dev/null
+++ b/misc/openhab-addons/5/Makefile
@@ -0,0 +1,3 @@
+OH_VERSION= 5.0.2
+
+.include <bsd.port.mk>
diff --git a/misc/openhab-addons/5/distinfo b/misc/openhab-addons/5/distinfo
new file mode 100644
index 00000000000..c711c8b4114
--- /dev/null
+++ b/misc/openhab-addons/5/distinfo
@@ -0,0 +1,2 @@
+SHA256 (openhab-addons-5.0.2.kar) = DaSoiHr+C0yYCPNcwDMpD2CMJeuZvPaUPnOrWeeIlNA=
+SIZE (openhab-addons-5.0.2.kar) = 583696876
diff --git a/misc/openhab-addons/5/pkg/PLIST b/misc/openhab-addons/5/pkg/PLIST
new file mode 100644
index 00000000000..8d3c4a3cee2
--- /dev/null
+++ b/misc/openhab-addons/5/pkg/PLIST
@@ -0,0 +1,6 @@
+@option is-branch
+@conflict openhab-addons-*
+libexec/openhab/
+libexec/openhab/addons/
+libexec/openhab/addons/openhab-addons-${V}.kar
+share/doc/pkg-readmes/${PKGSTEM}
diff --git a/misc/openhab/5/Makefile b/misc/openhab/5/Makefile
new file mode 100644
index 00000000000..9f1c1671f27
--- /dev/null
+++ b/misc/openhab/5/Makefile
@@ -0,0 +1,4 @@
+OH_VERSION= 5.0.2
+MODJAVA_VER= 21
+
+.include <bsd.port.mk>
diff --git a/misc/openhab/5/distinfo b/misc/openhab/5/distinfo
new file mode 100644
index 00000000000..a337e9fe341
--- /dev/null
+++ b/misc/openhab/5/distinfo
@@ -0,0 +1,2 @@
+SHA256 (openhab-5.0.2.tar.gz) = nV2IFZUdFjikywjUMCJuxnAXnLvUYgyxbQJRtLufk3c=
+SIZE (openhab-5.0.2.tar.gz) = 115574626
diff --git a/misc/openhab/5/pkg/PLIST b/misc/openhab/5/pkg/PLIST
new file mode 100644
index 00000000000..5252dd21705
--- /dev/null
+++ b/misc/openhab/5/pkg/PLIST
@@ -0,0 +1,1465 @@
+@option is-branch
+@conflict openhab-*
+@newgroup _openhab:899
+@newuser _openhab:899:_openhab::openHAB user:/nonexistent:/sbin/nologin
+@rcscript ${RCDIR}/openhab
+libexec/openhab/
+libexec/openhab/LICENSE.TXT
+libexec/openhab/addons/
+libexec/openhab/addons/README
+libexec/openhab/runtime/
+libexec/openhab/runtime/bin/
+libexec/openhab/runtime/bin/backup
+libexec/openhab/runtime/bin/backup.bat
+libexec/openhab/runtime/bin/backup.ps1
+libexec/openhab/runtime/bin/client
+libexec/openhab/runtime/bin/client.bat
+libexec/openhab/runtime/bin/common.psm1
+libexec/openhab/runtime/bin/contrib/
+libexec/openhab/runtime/bin/contrib/karaf-service-template.conf
+libexec/openhab/runtime/bin/contrib/karaf-service-template.init
+libexec/openhab/runtime/bin/contrib/karaf-service-template.init-debian
+libexec/openhab/runtime/bin/contrib/karaf-service-template.init-redhat
+libexec/openhab/runtime/bin/contrib/karaf-service-template.solaris-smf
+libexec/openhab/runtime/bin/contrib/karaf-service-template.systemd
+libexec/openhab/runtime/bin/contrib/karaf-service-template.systemd-instances
+libexec/openhab/runtime/bin/contrib/karaf-service-win.exe
+libexec/openhab/runtime/bin/contrib/karaf-service-win.xml
+libexec/openhab/runtime/bin/contrib/karaf-service.sh
+libexec/openhab/runtime/bin/inc
+libexec/openhab/runtime/bin/instance
+libexec/openhab/runtime/bin/instance.bat
+libexec/openhab/runtime/bin/karaf
+libexec/openhab/runtime/bin/karaf.bat
+libexec/openhab/runtime/bin/oh_dir_layout
+libexec/openhab/runtime/bin/oh_dir_layout.bat
+libexec/openhab/runtime/bin/restore
+libexec/openhab/runtime/bin/restore.bat
+libexec/openhab/runtime/bin/restore.ps1
+libexec/openhab/runtime/bin/setenv
+libexec/openhab/runtime/bin/setenv.bat
+libexec/openhab/runtime/bin/shell
+libexec/openhab/runtime/bin/shell.bat
+libexec/openhab/runtime/bin/start
+libexec/openhab/runtime/bin/start.bat
+libexec/openhab/runtime/bin/status
+libexec/openhab/runtime/bin/status.bat
+libexec/openhab/runtime/bin/stop
+libexec/openhab/runtime/bin/stop.bat
+libexec/openhab/runtime/bin/update
+libexec/openhab/runtime/bin/update.bat
+libexec/openhab/runtime/bin/update.lst
+libexec/openhab/runtime/bin/update.ps1
+libexec/openhab/runtime/bin/upgradetool.jar
+libexec/openhab/runtime/bin/userdata_sysfiles.lst
+libexec/openhab/runtime/etc/
+libexec/openhab/runtime/etc/addons.xml
+libexec/openhab/runtime/etc/jetty.xml
+libexec/openhab/runtime/lib/
+libexec/openhab/runtime/lib/README
+libexec/openhab/runtime/lib/boot/
+libexec/openhab/runtime/lib/boot/README
+libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.4.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.4.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.4.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.4.7.jar
+libexec/openhab/runtime/lib/boot/osgi.core-8.0.0.jar
+libexec/openhab/runtime/lib/endorsed/
+libexec/openhab/runtime/lib/endorsed/README
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.4.7.jar
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.4.7.jar
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.4.7.jar
+libexec/openhab/runtime/lib/ext/
+libexec/openhab/runtime/lib/ext/README
+libexec/openhab/runtime/lib/jdk9plus/
+libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.12.jar
+libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.3.jar
+libexec/openhab/runtime/lib/jdk9plus/javax.annotation-api-1.3.2.jar
+libexec/openhab/runtime/lib/jdk9plus/jaxb-runtime-2.3.9.jar
+libexec/openhab/runtime/lib/jdk9plus/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar
+libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.9.jar
+libexec/openhab/runtime/services.cfg
+libexec/openhab/runtime/system/
+libexec/openhab/runtime/system/README
+libexec/openhab/runtime/system/com/
+libexec/openhab/runtime/system/com/fasterxml/
+libexec/openhab/runtime/system/com/fasterxml/jackson/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.18.2/jackson-annotations-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.18.2/jackson-databind-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.18.2/jackson-dataformat-cbor-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.18.2/jackson-dataformat-xml-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.18.2/jackson-dataformat-yaml-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/
+libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/
+libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.18.2/jackson-datatype-jsr310-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.18.2/jackson-jaxrs-base-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.18.2/jackson-jaxrs-json-provider-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/module/
+libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/
+libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.18.2/
+libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.18.2/jackson-module-jaxb-annotations-2.18.2.jar
+libexec/openhab/runtime/system/com/fasterxml/woodstox/
+libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/
+libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.6.2/
+libexec/openhab/runtime/system/com/fasterxml/woodstox/woodstox-core/6.6.2/woodstox-core-6.6.2.jar
+libexec/openhab/runtime/system/com/google/
+libexec/openhab/runtime/system/com/google/code/
+libexec/openhab/runtime/system/com/google/code/gson/
+libexec/openhab/runtime/system/com/google/code/gson/gson/
+libexec/openhab/runtime/system/com/google/code/gson/gson/2.11.0/
+libexec/openhab/runtime/system/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar
+libexec/openhab/runtime/system/com/google/guava/
+libexec/openhab/runtime/system/com/google/guava/failureaccess/
+libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.2/
+libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
+libexec/openhab/runtime/system/com/google/guava/guava/
+libexec/openhab/runtime/system/com/google/guava/guava/33.3.1-jre/
+libexec/openhab/runtime/system/com/google/guava/guava/33.3.1-jre/guava-33.3.1-jre.jar
+libexec/openhab/runtime/system/com/google/inject/
+libexec/openhab/runtime/system/com/google/inject/guice/
+libexec/openhab/runtime/system/com/google/inject/guice/7.0.0/
+libexec/openhab/runtime/system/com/google/inject/guice/7.0.0/guice-7.0.0.jar
+libexec/openhab/runtime/system/com/hivemq/
+libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/
+libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.3.5/
+libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.3.5/hivemq-mqtt-client-1.3.5.jar
+libexec/openhab/runtime/system/com/neuronrobotics/
+libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/
+libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1.OH1/
+libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1.OH1/nrjavaserial-5.2.1.OH1.jar
+libexec/openhab/runtime/system/com/sun/
+libexec/openhab/runtime/system/com/sun/xml/
+libexec/openhab/runtime/system/com/sun/xml/bind/
+libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/
+libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.9/
+libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.9/jaxb-osgi-2.3.9.jar
+libexec/openhab/runtime/system/com/thoughtworks/
+libexec/openhab/runtime/system/com/thoughtworks/xstream/
+libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/
+libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.21/
+libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.21/xstream-1.4.21.jar
+libexec/openhab/runtime/system/commons-net/
+libexec/openhab/runtime/system/commons-net/commons-net/
+libexec/openhab/runtime/system/commons-net/commons-net/3.11.1/
+libexec/openhab/runtime/system/commons-net/commons-net/3.11.1/commons-net-3.11.1.jar
+libexec/openhab/runtime/system/de/
+libexec/openhab/runtime/system/de/focus-shift/
+libexec/openhab/runtime/system/de/focus-shift/jollyday-core/
+libexec/openhab/runtime/system/de/focus-shift/jollyday-core/1.5.4/
+libexec/openhab/runtime/system/de/focus-shift/jollyday-core/1.5.4/jollyday-core-1.5.4.jar
+libexec/openhab/runtime/system/de/focus-shift/jollyday-jackson/
+libexec/openhab/runtime/system/de/focus-shift/jollyday-jackson/1.5.4/
+libexec/openhab/runtime/system/de/focus-shift/jollyday-jackson/1.5.4/jollyday-jackson-1.5.4.jar
+libexec/openhab/runtime/system/io/
+libexec/openhab/runtime/system/io/github/
+libexec/openhab/runtime/system/io/github/classgraph/
+libexec/openhab/runtime/system/io/github/classgraph/classgraph/
+libexec/openhab/runtime/system/io/github/classgraph/classgraph/4.8.176/
+libexec/openhab/runtime/system/io/github/classgraph/classgraph/4.8.176/classgraph-4.8.176.jar
+libexec/openhab/runtime/system/io/netty/
+libexec/openhab/runtime/system/io/netty/netty-buffer/
+libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.118.Final/netty-buffer-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec/
+libexec/openhab/runtime/system/io/netty/netty-codec-http/
+libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.118.Final/netty-codec-http-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec-http2/
+libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-codec-http2/4.1.118.Final/netty-codec-http2-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/
+libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.118.Final/netty-codec-mqtt-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec-socks/
+libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-codec-socks/4.1.118.Final/netty-codec-socks-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-codec/4.1.118.Final/netty-codec-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-common/
+libexec/openhab/runtime/system/io/netty/netty-common/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-common/4.1.118.Final/netty-common-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-handler/
+libexec/openhab/runtime/system/io/netty/netty-handler-proxy/
+libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-handler-proxy/4.1.118.Final/netty-handler-proxy-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-handler/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-handler/4.1.118.Final/netty-handler-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-resolver/
+libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.118.Final/netty-resolver-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/
+libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.70.Final/
+libexec/openhab/runtime/system/io/netty/netty-tcnative-classes/2.0.70.Final/netty-tcnative-classes-2.0.70.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport/
+libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/
+libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-transport-classes-epoll/4.1.118.Final/netty-transport-classes-epoll-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.118.Final/netty-transport-native-epoll-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-kqueue/4.1.118.Final/netty-transport-native-kqueue-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.118.Final/netty-transport-native-unix-common-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport/4.1.118.Final/
+libexec/openhab/runtime/system/io/netty/netty-transport/4.1.118.Final/netty-transport-4.1.118.Final.jar
+libexec/openhab/runtime/system/io/reactivex/
+libexec/openhab/runtime/system/io/reactivex/rxjava2/
+libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/
+libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.21/
+libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.21/rxjava-2.2.21.jar
+libexec/openhab/runtime/system/io/swagger/
+libexec/openhab/runtime/system/io/swagger/core/
+libexec/openhab/runtime/system/io/swagger/core/v3/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.2.28/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.2.28/swagger-annotations-2.2.28.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.2.28/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.2.28/swagger-core-2.2.28.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-integration/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-integration/2.2.28/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-integration/2.2.28/swagger-integration-2.2.28.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-jaxrs2/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-jaxrs2/2.2.28/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-jaxrs2/2.2.28/swagger-jaxrs2-2.2.28.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-models/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-models/2.2.28/
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-models/2.2.28/swagger-models-2.2.28.jar
+libexec/openhab/runtime/system/jakarta/
+libexec/openhab/runtime/system/jakarta/annotation/
+libexec/openhab/runtime/system/jakarta/annotation/jakarta.annotation-api/
+libexec/openhab/runtime/system/jakarta/annotation/jakarta.annotation-api/2.1.1/
+libexec/openhab/runtime/system/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
+libexec/openhab/runtime/system/jakarta/inject/
+libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/
+libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/1.0.5/
+libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/1.0.5/jakarta.inject-api-1.0.5.jar
+libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/2.0.1/
+libexec/openhab/runtime/system/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
+libexec/openhab/runtime/system/jakarta/jws/
+libexec/openhab/runtime/system/jakarta/jws/jakarta.jws-api/
+libexec/openhab/runtime/system/jakarta/jws/jakarta.jws-api/2.1.0/
+libexec/openhab/runtime/system/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0.jar
+libexec/openhab/runtime/system/jakarta/servlet/
+libexec/openhab/runtime/system/jakarta/servlet/jakarta.servlet-api/
+libexec/openhab/runtime/system/jakarta/servlet/jakarta.servlet-api/4.0.4/
+libexec/openhab/runtime/system/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
+libexec/openhab/runtime/system/jakarta/validation/
+libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/
+libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/2.0.2/
+libexec/openhab/runtime/system/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar
+libexec/openhab/runtime/system/jakarta/websocket/
+libexec/openhab/runtime/system/jakarta/websocket/jakarta.websocket-api/
+libexec/openhab/runtime/system/jakarta/websocket/jakarta.websocket-api/1.1.2/
+libexec/openhab/runtime/system/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar
+libexec/openhab/runtime/system/jakarta/xml/
+libexec/openhab/runtime/system/jakarta/xml/bind/
+libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/
+libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/
+libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
+libexec/openhab/runtime/system/jakarta/xml/ws/
+libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/
+libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/
+libexec/openhab/runtime/system/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar
+libexec/openhab/runtime/system/javax/
+libexec/openhab/runtime/system/javax/annotation/
+libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/
+libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3.2/
+libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
+libexec/openhab/runtime/system/javax/measure/
+libexec/openhab/runtime/system/javax/measure/unit-api/
+libexec/openhab/runtime/system/javax/measure/unit-api/2.2/
+libexec/openhab/runtime/system/javax/measure/unit-api/2.2/unit-api-2.2.jar
+libexec/openhab/runtime/system/javax/servlet/
+libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/
+libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/
+libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
+libexec/openhab/runtime/system/net/
+libexec/openhab/runtime/system/net/java/
+libexec/openhab/runtime/system/net/java/dev/
+libexec/openhab/runtime/system/net/java/dev/jna/
+libexec/openhab/runtime/system/net/java/dev/jna/jna/
+libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/
+libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.16.0/
+libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.16.0/jna-platform-5.16.0.jar
+libexec/openhab/runtime/system/net/java/dev/jna/jna/5.16.0/
+libexec/openhab/runtime/system/net/java/dev/jna/jna/5.16.0/jna-5.16.0.jar
+libexec/openhab/runtime/system/org/
+libexec/openhab/runtime/system/org/apache/
+libexec/openhab/runtime/system/org/apache/aries/
+libexec/openhab/runtime/system/org/apache/aries/component-dsl/
+libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/
+libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/
+libexec/openhab/runtime/system/org/apache/aries/component-dsl/org.apache.aries.component-dsl.component-dsl/1.2.2/org.apache.aries.component-dsl.component-dsl-1.2.2.jar
+libexec/openhab/runtime/system/org/apache/aries/jax/
+libexec/openhab/runtime/system/org/apache/aries/jax/rs/
+libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/
+libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.2/
+libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/2.0.2/org.apache.aries.jax.rs.whiteboard-2.0.2.jar
+libexec/openhab/runtime/system/org/apache/aries/spec/
+libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/
+libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.4/
+libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.4/org.apache.aries.javax.jax.rs-api-1.0.4.jar
+libexec/openhab/runtime/system/org/apache/aries/spifly/
+libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/
+libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/
+libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.7/org.apache.aries.spifly.dynamic.bundle-1.3.7.jar
+libexec/openhab/runtime/system/org/apache/commons/
+libexec/openhab/runtime/system/org/apache/commons/commons-lang3/
+libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.17.0/
+libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
+libexec/openhab/runtime/system/org/apache/commons/commons-pool2/
+libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.12.1/
+libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.12.1/commons-pool2-2.12.1.jar
+libexec/openhab/runtime/system/org/apache/cxf/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-core/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-core/3.6.5/cxf-core-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-frontend-jaxrs/3.6.5/cxf-rt-frontend-jaxrs-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-client/3.6.5/cxf-rt-rs-client-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-rs-sse/3.6.5/cxf-rt-rs-sse-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-security/3.6.5/cxf-rt-security-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.6.5/
+libexec/openhab/runtime/system/org/apache/cxf/cxf-rt-transports-http/3.6.5/cxf-rt-transports-http-3.6.5.jar
+libexec/openhab/runtime/system/org/apache/felix/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/1.0.6/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/org.apache.felix.configadmin.plugin.interpolation-1.2.8.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.26/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.16/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configurator/1.0.16/org.apache.felix.configurator-1.0.16.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/1.0.14/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.converter/1.0.14/org.apache.felix.converter-1.0.14.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.4/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/7.0.5/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.1.0/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.1.0/org.apache.felix.inventory-1.1.0.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.2.6/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.2.6/org.apache.felix.scr-2.2.6.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.2.0/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.2.0/org.apache.felix.webconsole.plugins.ds-2.2.0.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar
+libexec/openhab/runtime/system/org/apache/karaf/
+libexec/openhab/runtime/system/org/apache/karaf/bundle/
+libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/
+libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.7/org.apache.karaf.bundle.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/config/
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.command/
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.command/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.command/4.4.7/org.apache.karaf.config.command-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.4.7/org.apache.karaf.config.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.7/org.apache.karaf.deployer.blueprint-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.7/org.apache.karaf.deployer.features-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.7/org.apache.karaf.deployer.kar-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.4.7/org.apache.karaf.deployer.wrap-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.7/org.apache.karaf.diagnostic.boot-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.4.7/org.apache.karaf.diagnostic.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/
+libexec/openhab/runtime/system/org/apache/karaf/features/framework/
+libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.4.7/framework-4.4.7-features.xml
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.4.7/org.apache.karaf.features.command-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.4.7/org.apache.karaf.features.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.7/org.apache.karaf.features.extension-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/specs/
+libexec/openhab/runtime/system/org/apache/karaf/features/specs/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/specs/4.4.7/specs-4.4.7-features.xml
+libexec/openhab/runtime/system/org/apache/karaf/features/standard/
+libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.4.7/standard-4.4.7-features.xml
+libexec/openhab/runtime/system/org/apache/karaf/http/
+libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/
+libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.4.7/org.apache.karaf.http.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/instance/
+libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/
+libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.4.7/org.apache.karaf.instance.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.7/org.apache.karaf.jaas.boot-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.4.7/org.apache.karaf.jaas.command-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.7/org.apache.karaf.jaas.config-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.7/org.apache.karaf.jaas.modules-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/kar/
+libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/
+libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.7/org.apache.karaf.kar.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/log/
+libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/
+libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.4.7/org.apache.karaf.log.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.4.7/org.apache.karaf.client-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.4.7/org.apache.karaf.event-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/package/
+libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/
+libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.4.7/org.apache.karaf.package.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/scr/
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.4.7/org.apache.karaf.scr.management-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.4.7/org.apache.karaf.scr.state-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/service/
+libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/
+libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.4.7/org.apache.karaf.service.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/services/
+libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/
+libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.7/org.apache.karaf.services.eventadmin-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.4.7/org.apache.karaf.shell.commands-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.7/org.apache.karaf.shell.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.groovy/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.groovy/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.groovy/4.4.7/org.apache.karaf.shell.groovy-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.4.7/org.apache.karaf.shell.ssh-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/system/
+libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/
+libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.4.7/org.apache.karaf.system.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/webconsole/
+libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/
+libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.7/org.apache.karaf.webconsole.http-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/wrapper/
+libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/
+libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.4.7/
+libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.4.7/org.apache.karaf.wrapper.core-4.4.7.jar
+libexec/openhab/runtime/system/org/apache/servicemix/
+libexec/openhab/runtime/system/org/apache/servicemix/bundles/
+libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/
+libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/
+libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar
+libexec/openhab/runtime/system/org/apache/sling/
+libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/
+libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/
+libexec/openhab/runtime/system/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.jar
+libexec/openhab/runtime/system/org/apache/sshd/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.14.0/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-osgi/2.14.0/sshd-osgi-2.14.0.jar
+libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.14.0/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-scp/2.14.0/sshd-scp-2.14.0.jar
+libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.14.0/
+libexec/openhab/runtime/system/org/apache/sshd/sshd-sftp/2.14.0/sshd-sftp-2.14.0.jar
+libexec/openhab/runtime/system/org/apache/ws/
+libexec/openhab/runtime/system/org/apache/ws/xmlschema/
+libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/
+libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.3.1/
+libexec/openhab/runtime/system/org/apache/ws/xmlschema/xmlschema-core/2.3.1/xmlschema-core-2.3.1.jar
+libexec/openhab/runtime/system/org/apiguardian/
+libexec/openhab/runtime/system/org/apiguardian/apiguardian-api/
+libexec/openhab/runtime/system/org/apiguardian/apiguardian-api/1.1.2/
+libexec/openhab/runtime/system/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
+libexec/openhab/runtime/system/org/bitbucket/
+libexec/openhab/runtime/system/org/bitbucket/b_c/
+libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/
+libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.9.6/
+libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.9.6/jose4j-0.9.6.jar
+libexec/openhab/runtime/system/org/bouncycastle/
+libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk18on/
+libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk18on/1.78.1/
+libexec/openhab/runtime/system/org/bouncycastle/bcpkix-jdk18on/1.78.1/bcpkix-jdk18on-1.78.1.jar
+libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk18on/
+libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk18on/1.78.1/
+libexec/openhab/runtime/system/org/bouncycastle/bcprov-jdk18on/1.78.1/bcprov-jdk18on-1.78.1.jar
+libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk18on/
+libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk18on/1.78.1/
+libexec/openhab/runtime/system/org/bouncycastle/bcutil-jdk18on/1.78.1/bcutil-jdk18on-1.78.1.jar
+libexec/openhab/runtime/system/org/codehaus/
+libexec/openhab/runtime/system/org/codehaus/woodstox/
+libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/
+libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.2/
+libexec/openhab/runtime/system/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
+libexec/openhab/runtime/system/org/eclipse/
+libexec/openhab/runtime/system/org/eclipse/californium/
+libexec/openhab/runtime/system/org/eclipse/californium/californium-core/
+libexec/openhab/runtime/system/org/eclipse/californium/californium-core/4.0.0-M2/
+libexec/openhab/runtime/system/org/eclipse/californium/californium-core/4.0.0-M2/californium-core-4.0.0-M2.jar
+libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/
+libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/4.0.0-M2/
+libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/4.0.0-M2/californium-osgi-4.0.0-M2.jar
+libexec/openhab/runtime/system/org/eclipse/californium/element-connector/
+libexec/openhab/runtime/system/org/eclipse/californium/element-connector/4.0.0-M2/
+libexec/openhab/runtime/system/org/eclipse/californium/element-connector/4.0.0-M2/element-connector-4.0.0-M2.jar
+libexec/openhab/runtime/system/org/eclipse/californium/scandium/
+libexec/openhab/runtime/system/org/eclipse/californium/scandium/4.0.0-M2/
+libexec/openhab/runtime/system/org/eclipse/californium/scandium/4.0.0-M2/scandium-4.0.0-M2.jar
+libexec/openhab/runtime/system/org/eclipse/emf/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.24.0/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/
+libexec/openhab/runtime/system/org/eclipse/jetty/alpn/
+libexec/openhab/runtime/system/org/eclipse/jetty/alpn/alpn-api/
+libexec/openhab/runtime/system/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/
+libexec/openhab/runtime/system/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-client/9.4.57.v20241219/http2-client-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-common/9.4.57.v20241219/http2-common-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-hpack/9.4.57.v20241219/http2-hpack-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-http-client-transport/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-http-client-transport/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-http-client-transport/9.4.57.v20241219/http2-http-client-transport-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/http2/http2-server/9.4.57.v20241219/http2-server-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-client/9.4.57.v20241219/jetty-alpn-client-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-client/9.4.57.v20241219/jetty-alpn-java-client-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-java-server/9.4.57.v20241219/jetty-alpn-java-server-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-alpn-server/9.4.57.v20241219/jetty-alpn-server-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.57.v20241219/jetty-client-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.57.v20241219/jetty-continuation-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.57.v20241219/jetty-http-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.57.v20241219/jetty-io-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.57.v20241219/jetty-jaas-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.57.v20241219/jetty-jmx-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-openid/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-openid/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-openid/9.4.57.v20241219/jetty-openid-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.57.v20241219/jetty-proxy-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.57.v20241219/jetty-rewrite-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.57.v20241219/jetty-security-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.57.v20241219/jetty-server-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.57.v20241219/jetty-servlet-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.57.v20241219/jetty-servlets-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.57.v20241219/jetty-util-ajax-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.57.v20241219/jetty-util-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.57.v20241219/jetty-xml-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.57.v20241219/javax-websocket-client-impl-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.57.v20241219/javax-websocket-server-impl-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.57.v20241219/websocket-api-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.57.v20241219/websocket-client-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.57.v20241219/websocket-common-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.57.v20241219/websocket-server-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.57.v20241219/
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.57.v20241219/websocket-servlet-9.4.57.v20241219.jar
+libexec/openhab/runtime/system/org/eclipse/kura/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/lsp4j/
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1.jar
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/1.0.0.v201105210816/
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.aopalliance/1.0.0.v201105210816/org.aopalliance-1.0.0.v201105210816.jar
+libexec/openhab/runtime/system/org/eclipse/platform/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.18.0/org.eclipse.equinox.common-3.18.0.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.18.0/
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtend/
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.37.0/org.eclipse.xtend.lib.macro-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.37.0/org.eclipse.xtend.lib-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.37.0/org.eclipse.xtext.common.types-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.37.0/org.eclipse.xtext.ide-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.37.0/org.eclipse.xtext.smap-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.37.0/org.eclipse.xtext.util-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.37.0/org.eclipse.xtext.xbase.ide-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.37.0/org.eclipse.xtext.xbase.lib-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.37.0/org.eclipse.xtext.xbase-2.37.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.37.0/
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.37.0/org.eclipse.xtext-2.37.0.jar
+libexec/openhab/runtime/system/org/fusesource/
+libexec/openhab/runtime/system/org/fusesource/jansi/
+libexec/openhab/runtime/system/org/fusesource/jansi/jansi/
+libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.1/
+libexec/openhab/runtime/system/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar
+libexec/openhab/runtime/system/org/glassfish/
+libexec/openhab/runtime/system/org/glassfish/hk2/
+libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/
+libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/
+libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
+libexec/openhab/runtime/system/org/javassist/
+libexec/openhab/runtime/system/org/javassist/javassist/
+libexec/openhab/runtime/system/org/javassist/javassist/3.30.2-GA/
+libexec/openhab/runtime/system/org/javassist/javassist/3.30.2-GA/javassist-3.30.2-GA.jar
+libexec/openhab/runtime/system/org/jctools/
+libexec/openhab/runtime/system/org/jctools/jctools-core/
+libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/
+libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar
+libexec/openhab/runtime/system/org/jline/
+libexec/openhab/runtime/system/org/jline/jline/
+libexec/openhab/runtime/system/org/jline/jline/3.21.0/
+libexec/openhab/runtime/system/org/jline/jline/3.21.0/jline-3.21.0.jar
+libexec/openhab/runtime/system/org/jmdns/
+libexec/openhab/runtime/system/org/jmdns/jmdns/
+libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.12/
+libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.12/jmdns-3.5.12.jar
+libexec/openhab/runtime/system/org/jupnp/
+libexec/openhab/runtime/system/org/jupnp/org.jupnp/
+libexec/openhab/runtime/system/org/jupnp/org.jupnp/3.0.3/
+libexec/openhab/runtime/system/org/jupnp/org.jupnp/3.0.3/org.jupnp-3.0.3.jar
+libexec/openhab/runtime/system/org/jvnet/
+libexec/openhab/runtime/system/org/jvnet/staxex/
+libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/
+libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/
+libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar
+libexec/openhab/runtime/system/org/openhab/
+libexec/openhab/runtime/system/org/openhab/core/
+libexec/openhab/runtime/system/org/openhab/core/bundles/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace.karaf/${V}/org.openhab.core.addon.marketplace.karaf-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon.marketplace/${V}/org.openhab.core.addon.marketplace-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.addon/${V}/org.openhab.core.addon-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/${V}/org.openhab.core.audio-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/${V}/org.openhab.core.auth.jaas-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/${V}/org.openhab.core.auth.oauth2client-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.media/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.media/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.media/${V}/org.openhab.core.automation.module.media-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.providersupport/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.providersupport/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.providersupport/${V}/org.openhab.core.automation.module.script.providersupport-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.rulesupport/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.rulesupport/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.rulesupport/${V}/org.openhab.core.automation.module.script.rulesupport-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/${V}/org.openhab.core.automation.module.script-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/${V}/org.openhab.core.automation.rest-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/${V}/org.openhab.core.automation-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/${V}/org.openhab.core.config.core-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.ip/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.ip/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.ip/${V}/org.openhab.core.config.discovery.addon.ip-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.mdns/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.mdns/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.mdns/${V}/org.openhab.core.config.discovery.addon.mdns-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.process/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.process/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.process/${V}/org.openhab.core.config.discovery.addon.process-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.sddp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.sddp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.sddp/${V}/org.openhab.core.config.discovery.addon.sddp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.upnp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.upnp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.upnp/${V}/org.openhab.core.config.discovery.addon.upnp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.usb/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.usb/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon.usb/${V}/org.openhab.core.config.discovery.addon.usb-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.addon/${V}/org.openhab.core.config.discovery.addon-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/${V}/org.openhab.core.config.discovery.mdns-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.sddp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.sddp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.sddp/${V}/org.openhab.core.config.discovery.sddp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/${V}/org.openhab.core.config.discovery.upnp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/${V}/org.openhab.core.config.discovery.usbserial.linuxsysfs-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.ser2net/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.ser2net/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.ser2net/${V}/org.openhab.core.config.discovery.usbserial.ser2net-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.windowsregistry/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.windowsregistry/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.windowsregistry/${V}/org.openhab.core.config.discovery.usbserial.windowsregistry-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/${V}/org.openhab.core.config.discovery.usbserial-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/${V}/org.openhab.core.config.discovery-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/${V}/org.openhab.core.config.dispatch-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/${V}/org.openhab.core.config.serial-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/${V}/org.openhab.core.ephemeris-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/${V}/org.openhab.core.id-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/${V}/org.openhab.core.io.bin2json-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console.karaf/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console.karaf/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console.karaf/${V}/org.openhab.core.io.console.karaf-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console/${V}/org.openhab.core.io.console-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth/${V}/org.openhab.core.io.http.auth-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http/${V}/org.openhab.core.io.http-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.jetty.certificate/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.jetty.certificate/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.jetty.certificate/${V}/org.openhab.core.io.jetty.certificate-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.monitor/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.monitor/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.monitor/${V}/org.openhab.core.io.monitor-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.net/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.net/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.net/${V}/org.openhab.core.io.net-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.audio/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.audio/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.audio/${V}/org.openhab.core.io.rest.audio-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.auth/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.auth/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.auth/${V}/org.openhab.core.io.rest.auth-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.core/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.core/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.core/${V}/org.openhab.core.io.rest.core-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.log/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.log/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.log/${V}/org.openhab.core.io.rest.log-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.mdns/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.mdns/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.mdns/${V}/org.openhab.core.io.rest.mdns-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/${V}/org.openhab.core.io.rest.sitemap-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/${V}/org.openhab.core.io.rest.sse-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.swagger/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.swagger/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.swagger/${V}/org.openhab.core.io.rest.swagger-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.transform/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.transform/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.transform/${V}/org.openhab.core.io.rest.transform-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.ui/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.ui/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.ui/${V}/org.openhab.core.io.rest.ui-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/${V}/org.openhab.core.io.rest.voice-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/${V}/org.openhab.core.io.rest-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mdns/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mdns/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mdns/${V}/org.openhab.core.io.transport.mdns-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.modbus/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.modbus/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.modbus/${V}/org.openhab.core.io.transport.modbus-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mqtt/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mqtt/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mqtt/${V}/org.openhab.core.io.transport.mqtt-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.javacomm/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.javacomm/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.javacomm/${V}/org.openhab.core.io.transport.serial.javacomm-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/${V}/org.openhab.core.io.transport.serial.rxtx.rfc2217-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx/${V}/org.openhab.core.io.transport.serial.rxtx-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial/${V}/org.openhab.core.io.transport.serial-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.upnp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.upnp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.upnp/${V}/org.openhab.core.io.transport.upnp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.websocket/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.websocket/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.websocket/${V}/org.openhab.core.io.websocket-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.karaf/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.karaf/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.karaf/${V}/org.openhab.core.karaf-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.core/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.core/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.core/${V}/org.openhab.core.model.core-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.ide/${V}/org.openhab.core.model.item.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.runtime/${V}/org.openhab.core.model.item.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item/${V}/org.openhab.core.model.item-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.lsp/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.lsp/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.lsp/${V}/org.openhab.core.model.lsp-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.ide/${V}/org.openhab.core.model.persistence.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.runtime/${V}/org.openhab.core.model.persistence.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence/${V}/org.openhab.core.model.persistence-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.ide/${V}/org.openhab.core.model.rule.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.runtime/${V}/org.openhab.core.model.rule.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule/${V}/org.openhab.core.model.rule-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.ide/${V}/org.openhab.core.model.script.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.runtime/${V}/org.openhab.core.model.script.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script/${V}/org.openhab.core.model.script-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.ide/${V}/org.openhab.core.model.sitemap.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.runtime/${V}/org.openhab.core.model.sitemap.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap/${V}/org.openhab.core.model.sitemap-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.ide/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.ide/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.ide/${V}/org.openhab.core.model.thing.ide-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.runtime/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.runtime/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.runtime/${V}/org.openhab.core.model.thing.runtime-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing/${V}/org.openhab.core.model.thing-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.yaml/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.yaml/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.yaml/${V}/org.openhab.core.model.yaml-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/${V}/org.openhab.core.persistence-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/${V}/org.openhab.core.semantics-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/${V}/org.openhab.core.storage.json-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/${V}/org.openhab.core.thing-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/${V}/org.openhab.core.transform-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/${V}/org.openhab.core.ui.icon-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/${V}/org.openhab.core.ui-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/${V}/org.openhab.core.voice-${V}.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core/${V}/
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core/${V}/org.openhab.core-${V}.jar
+libexec/openhab/runtime/system/org/openhab/distro/
+libexec/openhab/runtime/system/org/openhab/distro/distro/
+libexec/openhab/runtime/system/org/openhab/distro/distro-kar/
+libexec/openhab/runtime/system/org/openhab/distro/distro-kar/${V}/
+libexec/openhab/runtime/system/org/openhab/distro/distro-kar/${V}/distro-kar-${V}-features.xml
+libexec/openhab/runtime/system/org/openhab/distro/distro/${V}/
+libexec/openhab/runtime/system/org/openhab/distro/distro/${V}/distro-${V}-features.xml
+libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/
+libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/${V}/
+libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/${V}/openhab-addons-${V}-features.xml
+libexec/openhab/runtime/system/org/openhab/osgiify/
+libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/
+libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.27/
+libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.27/com.google.dagger-2.27.jar
+libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/
+libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/
+libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar
+libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/
+libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/0.18.0/
+libexec/openhab/runtime/system/org/openhab/osgiify/io.methvin.directory-watcher/0.18.0/io.methvin.directory-watcher-0.18.0.jar
+libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/
+libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.2/
+libexec/openhab/runtime/system/org/openhab/osgiify/si.uom.si-units/2.2/si.uom.si-units-2.2.jar
+libexec/openhab/runtime/system/org/openhab/ui/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/${V}/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/${V}/org.openhab.ui.iconset.classic-${V}.jar
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/${V}/
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/${V}/org.openhab.ui-${V}.jar
+libexec/openhab/runtime/system/org/ops4j/
+libexec/openhab/runtime/system/org/ops4j/pax/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.2.8/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/2.2.8/pax-logging-api-2.2.8.jar
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.2.8/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/2.2.8/pax-logging-log4j2-2.2.8.jar
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.2.8/
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/2.2.8/pax-logging-logback-2.2.8.jar
+libexec/openhab/runtime/system/org/ops4j/pax/url/
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.16/
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.16/pax-url-aether-2.6.16.jar
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.16/
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.16/pax-url-wrap-2.6.16-uber.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/8.0.30/pax-web-api-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.30/pax-web-compatibility-servlet31-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.30/pax-web-extender-whiteboard-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.30/pax-web-features-8.0.30-config-jetty.xml
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.30/pax-web-features-8.0.30-context-jetty.xml
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/8.0.30/pax-web-features-8.0.30-features.xml
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/8.0.30/pax-web-jetty-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/8.0.30/pax-web-runtime-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/8.0.30/pax-web-spi-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-tomcat-common/8.0.30/pax-web-tomcat-common-8.0.30.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/8.0.30/
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-websocket/8.0.30/pax-web-websocket-8.0.30.jar
+libexec/openhab/runtime/system/org/osgi/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component.annotations/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component.annotations/1.5.1/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component.annotations/1.5.1/org.osgi.service.component.annotations-1.5.1.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/1.5.1/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.component/1.5.1/org.osgi.service.component-1.5.1.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.1/
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.1/org.osgi.service.jaxrs-1.0.1.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.3.0/
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar
+libexec/openhab/runtime/system/org/ow2/
+libexec/openhab/runtime/system/org/ow2/asm/
+libexec/openhab/runtime/system/org/ow2/asm/asm/
+libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/
+libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.7.1/
+libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-commons/
+libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.7.1/
+libexec/openhab/runtime/system/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-tree/
+libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.7.1/
+libexec/openhab/runtime/system/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-util/
+libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.7.1/
+libexec/openhab/runtime/system/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm/9.7.1/
+libexec/openhab/runtime/system/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar
+libexec/openhab/runtime/system/org/reactivestreams/
+libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/
+libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.4/
+libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
+libexec/openhab/runtime/system/org/slf4j/
+libexec/openhab/runtime/system/org/slf4j/jul-to-slf4j/
+libexec/openhab/runtime/system/org/slf4j/jul-to-slf4j/2.0.16/
+libexec/openhab/runtime/system/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar
+libexec/openhab/runtime/system/org/threeten/
+libexec/openhab/runtime/system/org/threeten/threeten-extra/
+libexec/openhab/runtime/system/org/threeten/threeten-extra/1.8.0/
+libexec/openhab/runtime/system/org/threeten/threeten-extra/1.8.0/threeten-extra-1.8.0.jar
+libexec/openhab/runtime/system/org/yaml/
+libexec/openhab/runtime/system/org/yaml/snakeyaml/
+libexec/openhab/runtime/system/org/yaml/snakeyaml/2.3/
+libexec/openhab/runtime/system/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar
+libexec/openhab/runtime/system/si/
+libexec/openhab/runtime/system/si/uom/
+libexec/openhab/runtime/system/si/uom/si-quantity/
+libexec/openhab/runtime/system/si/uom/si-quantity/2.2/
+libexec/openhab/runtime/system/si/uom/si-quantity/2.2/si-quantity-2.2.jar
+libexec/openhab/runtime/system/tech/
+libexec/openhab/runtime/system/tech/units/
+libexec/openhab/runtime/system/tech/units/indriya/
+libexec/openhab/runtime/system/tech/units/indriya/2.2.2/
+libexec/openhab/runtime/system/tech/units/indriya/2.2.2/indriya-2.2.2.jar
+libexec/openhab/runtime/system/tech/uom/
+libexec/openhab/runtime/system/tech/uom/lib/
+libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/
+libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/2.2/
+libexec/openhab/runtime/system/tech/uom/lib/uom-lib-common/2.2/uom-lib-common-2.2.jar
+libexec/openhab/start.bat
+libexec/openhab/start.sh
+libexec/openhab/start_debug.bat
+libexec/openhab/start_debug.sh
+share/doc/pkg-readmes/${PKGSTEM}
+share/examples/openhab/
+@sample ${SYSCONFDIR}/openhab/
+share/examples/openhab/conf/
+@owner _openhab
+@group _openhab
+@sample ${SYSCONFDIR}/openhab/automation/
+@owner
+@group
+share/examples/openhab/conf/html/
+@sample ${SYSCONFDIR}/openhab/html/
+share/examples/openhab/conf/html/index.html
+@sample ${SYSCONFDIR}/openhab/html/index.html
+share/examples/openhab/conf/html/readme.txt
+@sample ${SYSCONFDIR}/openhab/html/readme.txt
+share/examples/openhab/conf/icons/
+@sample ${SYSCONFDIR}/openhab/icons/
+share/examples/openhab/conf/icons/classic/
+@sample ${SYSCONFDIR}/openhab/icons/classic/
+share/examples/openhab/conf/icons/classic/readme.txt
+@sample ${SYSCONFDIR}/openhab/icons/classic/readme.txt
+share/examples/openhab/conf/items/
+@sample ${SYSCONFDIR}/openhab/items/
+share/examples/openhab/conf/items/readme.txt
+@sample ${SYSCONFDIR}/openhab/items/readme.txt
+share/examples/openhab/conf/persistence/
+@sample ${SYSCONFDIR}/openhab/persistence/
+share/examples/openhab/conf/persistence/readme.txt
+@sample ${SYSCONFDIR}/openhab/persistence/readme.txt
+share/examples/openhab/conf/rules/
+@sample ${SYSCONFDIR}/openhab/rules/
+share/examples/openhab/conf/rules/readme.txt
+@sample ${SYSCONFDIR}/openhab/rules/readme.txt
+share/examples/openhab/conf/scripts/
+@sample ${SYSCONFDIR}/openhab/scripts/
+share/examples/openhab/conf/scripts/readme.txt
+@sample ${SYSCONFDIR}/openhab/scripts/readme.txt
+share/examples/openhab/conf/services/
+@owner _openhab
+@group _openhab
+@sample ${SYSCONFDIR}/openhab/services/
+@owner
+@group
+share/examples/openhab/conf/services/addons.cfg
+@sample ${SYSCONFDIR}/openhab/services/addons.cfg
+share/examples/openhab/conf/services/readme.txt
+@sample ${SYSCONFDIR}/openhab/services/readme.txt
+share/examples/openhab/conf/services/runtime.cfg
+@sample ${SYSCONFDIR}/openhab/services/runtime.cfg
+share/examples/openhab/conf/sitemaps/
+@sample ${SYSCONFDIR}/openhab/sitemaps/
+share/examples/openhab/conf/sitemaps/readme.txt
+@sample ${SYSCONFDIR}/openhab/sitemaps/readme.txt
+share/examples/openhab/conf/sounds/
+@sample ${SYSCONFDIR}/openhab/sounds/
+share/examples/openhab/conf/sounds/barking.mp3
+@sample ${SYSCONFDIR}/openhab/sounds/barking.mp3
+share/examples/openhab/conf/sounds/doorbell.mp3
+@sample ${SYSCONFDIR}/openhab/sounds/doorbell.mp3
+share/examples/openhab/conf/tags/
+@sample ${SYSCONFDIR}/openhab/tags/
+share/examples/openhab/conf/tags/readme.txt
+@sample ${SYSCONFDIR}/openhab/tags/readme.txt
+share/examples/openhab/conf/things/
+@sample ${SYSCONFDIR}/openhab/things/
+share/examples/openhab/conf/things/readme.txt
+@sample ${SYSCONFDIR}/openhab/things/readme.txt
+share/examples/openhab/conf/transform/
+@sample ${SYSCONFDIR}/openhab/transform/
+share/examples/openhab/conf/transform/de.map
+@sample ${SYSCONFDIR}/openhab/transform/de.map
+share/examples/openhab/conf/transform/en.map
+@sample ${SYSCONFDIR}/openhab/transform/en.map
+share/examples/openhab/conf/transform/readme.txt
+@sample ${SYSCONFDIR}/openhab/transform/readme.txt
+share/examples/openhab/conf/yaml/
+@sample ${SYSCONFDIR}/openhab/conf/yaml/
+share/examples/openhab/conf/yaml/readme.txt
+@sample ${SYSCONFDIR}/openhab/conf/yaml/readme.txt
+share/examples/openhab/openhab.conf
+@sample ${SYSCONFDIR}/openhab.conf
+share/examples/openhab/userdata/
+share/examples/openhab/userdata/etc/
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/
+@sample /var/db/openhab/etc/
+@owner
+@group
+share/examples/openhab/userdata/etc/all.policy
+@sample /var/db/openhab/etc/all.policy
+share/examples/openhab/userdata/etc/branding-ssh.properties
+@sample /var/db/openhab/etc/branding-ssh.properties
+share/examples/openhab/userdata/etc/branding.properties
+@sample /var/db/openhab/etc/branding.properties
+share/examples/openhab/userdata/etc/config.properties
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/etc/config.properties
+@owner
+@group
+share/examples/openhab/userdata/etc/custom.properties
+@sample /var/db/openhab/etc/custom.properties
+share/examples/openhab/userdata/etc/custom.system.properties
+@sample /var/db/openhab/etc/custom.system.properties
+share/examples/openhab/userdata/etc/distribution.info
+@sample /var/db/openhab/etc/distribution.info
+share/examples/openhab/userdata/etc/equinox-debug.properties
+@sample /var/db/openhab/etc/equinox-debug.properties
+share/examples/openhab/userdata/etc/java.util.logging.properties
+@sample /var/db/openhab/etc/java.util.logging.properties
+share/examples/openhab/userdata/etc/jmx.acl.org.apache.karaf.bundle.cfg
+@sample /var/db/openhab/etc/jmx.acl.org.apache.karaf.bundle.cfg
+share/examples/openhab/userdata/etc/jmx.acl.org.apache.karaf.config.cfg
+@sample /var/db/openhab/etc/jmx.acl.org.apache.karaf.config.cfg
+share/examples/openhab/userdata/etc/jre.properties
+@sample /var/db/openhab/etc/jre.properties
+share/examples/openhab/userdata/etc/keys.properties
+@sample /var/db/openhab/etc/keys.properties
+share/examples/openhab/userdata/etc/keystore
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/etc/keystore
+@owner
+@group
+share/examples/openhab/userdata/etc/log4j2.xml
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/etc/log4j2.xml
+@owner
+@group
+share/examples/openhab/userdata/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg
+@sample /var/db/openhab/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg
+share/examples/openhab/userdata/etc/org.apache.felix.fileinstall-deploy.cfg
+@sample /var/db/openhab/etc/org.apache.felix.fileinstall-deploy.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.bundle.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.bundle.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.config.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.config.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.feature.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.feature.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.jaas.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.jaas.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.kar.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.kar.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.scope_bundle.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.scope_bundle.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.shell.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.shell.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.command.acl.system.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.command.acl.system.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.features.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.features.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.features.repos.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.features.repos.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.features.xml
+@sample /var/db/openhab/etc/org.apache.karaf.features.xml
+share/examples/openhab/userdata/etc/org.apache.karaf.jaas.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.jaas.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.kar.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.kar.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.log.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.log.cfg
+share/examples/openhab/userdata/etc/org.apache.karaf.shell.cfg
+@sample /var/db/openhab/etc/org.apache.karaf.shell.cfg
+share/examples/openhab/userdata/etc/org.jupnp.cfg
+@sample /var/db/openhab/etc/org.jupnp.cfg
+share/examples/openhab/userdata/etc/org.openhab.audio.cfg
+@sample /var/db/openhab/etc/org.openhab.audio.cfg
+share/examples/openhab/userdata/etc/org.openhab.voice.cfg
+@sample /var/db/openhab/etc/org.openhab.voice.cfg
+share/examples/openhab/userdata/etc/org.ops4j.pax.logging.cfg
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/etc/org.ops4j.pax.logging.cfg
+@owner
+@group
+share/examples/openhab/userdata/etc/org.ops4j.pax.url.mvn.cfg
+@sample /var/db/openhab/etc/org.ops4j.pax.url.mvn.cfg
+share/examples/openhab/userdata/etc/org.ops4j.pax.web.cfg
+@sample /var/db/openhab/etc/org.ops4j.pax.web.cfg
+share/examples/openhab/userdata/etc/overrides.properties
+@sample /var/db/openhab/etc/overrides.properties
+share/examples/openhab/userdata/etc/profile.cfg
+@sample /var/db/openhab/etc/profile.cfg
+share/examples/openhab/userdata/etc/scripts/
+@sample /var/db/openhab/etc/scripts/
+share/examples/openhab/userdata/etc/scripts/shell.colors.script
+@sample /var/db/openhab/etc/scripts/shell.colors.script
+share/examples/openhab/userdata/etc/scripts/shell.completion.script
+@sample /var/db/openhab/etc/scripts/shell.completion.script
+share/examples/openhab/userdata/etc/shell.init.script
+@sample /var/db/openhab/etc/shell.init.script
+share/examples/openhab/userdata/etc/startup.properties
+@sample /var/db/openhab/etc/startup.properties
+share/examples/openhab/userdata/etc/system.properties
+@sample /var/db/openhab/etc/system.properties
+share/examples/openhab/userdata/etc/users.properties
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/etc/users.properties
+@owner
+@group
+share/examples/openhab/userdata/etc/version.properties
+@sample /var/db/openhab/etc/version.properties
+share/examples/openhab/userdata/tmp/
+@owner _openhab
+@group _openhab
+@sample /var/db/openhab/tmp/
+@owner
+@group
+share/examples/openhab/userdata/tmp/README
+@sample /var/db/openhab/tmp/README
+@owner _openhab
+@group _openhab
+@sample /var/log/openhab/
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8
[maintainer update] misc/{openhab,openhab-addons] 4.3.6->4.3.8