Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 11:54:31 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520613 - in head/misc: openhab2 openhab2-addons openhab2/files
Message-ID:  <201912221154.xBMBsVkQ062507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Sun Dec 22 11:54:31 2019
New Revision: 520613
URL: https://svnweb.freebsd.org/changeset/ports/520613

Log:
  Update to 2.5.0.

Modified:
  head/misc/openhab2-addons/Makefile
  head/misc/openhab2-addons/distinfo
  head/misc/openhab2/Makefile
  head/misc/openhab2/distinfo
  head/misc/openhab2/files/pkg-message.in
  head/misc/openhab2/files/update.freebsd.in
  head/misc/openhab2/pkg-plist

Modified: head/misc/openhab2-addons/Makefile
==============================================================================
--- head/misc/openhab2-addons/Makefile	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2-addons/Makefile	Sun Dec 22 11:54:31 2019	(r520613)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openhab2-addons
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.0
 CATEGORIES=	misc java
 MASTER_SITES=	https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab-addons%2F${PORTVERSION}/
 DISTNAME=	openhab-addons-${PORTVERSION}

Modified: head/misc/openhab2-addons/distinfo
==============================================================================
--- head/misc/openhab2-addons/distinfo	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2-addons/distinfo	Sun Dec 22 11:54:31 2019	(r520613)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545161602
-SHA256 (openhab-addons-2.4.0.kar) = ccf72a5095fb01b09ea3b30de11465709bbfbc163ca92f48bc6a1d99137390fb
-SIZE (openhab-addons-2.4.0.kar) = 182006216
+TIMESTAMP = 1577013078
+SHA256 (openhab-addons-2.5.0.kar) = ab57c1330989f464d763d4731e91bde1e58c825bd4fea58953576d06f3a5ef9b
+SIZE (openhab-addons-2.5.0.kar) = 190203584

Modified: head/misc/openhab2/Makefile
==============================================================================
--- head/misc/openhab2/Makefile	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2/Makefile	Sun Dec 22 11:54:31 2019	(r520613)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openhab2
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.0
 #PORTREVISION=	3
 CATEGORIES=	misc java
 MASTER_SITES=	https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/

Modified: head/misc/openhab2/distinfo
==============================================================================
--- head/misc/openhab2/distinfo	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2/distinfo	Sun Dec 22 11:54:31 2019	(r520613)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545161629
-SHA256 (openhab-2.4.0.tar.gz) = 22f68dedf148742079cca9a86430dc99cce70f17919a0e26231db38db6009cb2
-SIZE (openhab-2.4.0.tar.gz) = 73691152
+TIMESTAMP = 1577012002
+SHA256 (openhab-2.5.0.tar.gz) = 0ca9808159ea306ab8a0dbe40332337f4290638f350a2cd84bd6911adcc96259
+SIZE (openhab-2.5.0.tar.gz) = 82725403

Modified: head/misc/openhab2/files/pkg-message.in
==============================================================================
--- head/misc/openhab2/files/pkg-message.in	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2/files/pkg-message.in	Sun Dec 22 11:54:31 2019	(r520613)
@@ -27,8 +27,13 @@ prefer IPv4 over IPv6:
 
 If you upgrade from a pevious version, make a backup of
 	/var/db/openhab2
+read about the breaking changes in the release notes at
+	https://github.com/openhab/openhab-distro/releases/tag/2.5.0
 and run
 	%%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd
+which takes care about changes for:
+	- Textual Configuration
+	- Next Generation Rule Engine
 EOM
 }
 ]

Modified: head/misc/openhab2/files/update.freebsd.in
==============================================================================
--- head/misc/openhab2/files/update.freebsd.in	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2/files/update.freebsd.in	Sun Dec 22 11:54:31 2019	(r520613)
@@ -4,11 +4,28 @@
 : ${OPENHAB_USERDATA:="/var/db/openhab2/userdata"}
 : ${OPENHAB_RUNTIME:="%%PREFIX%%/libexec/openhab2/runtime"}
 : ${OPENHAB_REPL:="%%PREFIX%%/share/openhab2/etc"}
+: ${OPENHAB_ETC:="%%PREFIX%%/etc/openhab2"}
 
 rm -r $OPENHAB_USERDATA/cache/* $OPENHAB_USERDATA/tmp/*
 rm -r $OPENHAB_USERDATA/kar
 
 for file in $(cat $OPENHAB_RUNTIME/bin/userdata_sysfiles.lst); do
 	cp -pv $OPENHAB_REPL/$file $OPENHAB_USERDATA/etc/$file
+done
+
+FILES="$(grep -R org.eclipse.smarthome ${OPENHAB_ETC} | cut -d : -f 1 | sort -u | grep -v .sample)"
+BKP_SUFFIX=pre_2.5.0
+for file in ${FILES}; do
+	mv -v ${file} ${file}.${BKP_SUFFIX}
+	echo updating content of ${file}, keeping backup in ${file}.${BKP_SUFFIX}
+	sed -e 's/org.eclipse.smarthome.*://g' <${file}.${BKP_SUFFIX} >${file}
+done
+
+for file in ${OPENHAB_USERDATA}/jsondb/automation_rules.json ${OPENHAB_USERDATA}/jsondb/automation_rules_disabled.json  ${OPENHAB_USERDATA}/jsondb/backup/*; do
+	if [ -e ${file} ]; then
+		mv -v ${file} ${file}.${BKP_SUFFIX}
+		echo updating next generation rule engine data in ${file}
+		sed -e 's/org.eclipse.smarthome.automation.dto.RuleDTO/org.eclipse.smarthome.automation.dto.RuleDTO/g' <${file}.${BKP_SUFFIX} >${file} && rm ${file}.${BKP_SUFFIX}
+	fi
 done
 

Modified: head/misc/openhab2/pkg-plist
==============================================================================
--- head/misc/openhab2/pkg-plist	Sun Dec 22 11:13:04 2019	(r520612)
+++ head/misc/openhab2/pkg-plist	Sun Dec 22 11:54:31 2019	(r520613)
@@ -17,275 +17,206 @@ libexec/openhab2/runtime/bin/update.lst
 libexec/openhab2/runtime/bin/userdata_sysfiles.lst
 libexec/openhab2/runtime/etc/jetty.xml
 libexec/openhab2/runtime/etc/quartz.properties
-libexec/openhab2/runtime/lib/README
+libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.2.7.jar
+libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.2.7.jar
+libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.2.7.jar
+libexec/openhab2/runtime/lib/boot/org.apache.karaf.specs.activator-4.2.7.jar
+libexec/openhab2/runtime/lib/boot/osgi.core-6.0.0.jar
 libexec/openhab2/runtime/lib/boot/README
-libexec/openhab2/runtime/lib/boot/activation-1.1.1.jar
-libexec/openhab2/runtime/lib/boot/jaxb-api-2.3.0.jar
-libexec/openhab2/runtime/lib/boot/jaxb-core-2.2.11.jar
-libexec/openhab2/runtime/lib/boot/jaxb-impl-2.2.11.jar
-libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.2.1.jar
-libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.2.1.jar
-libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.2.1.jar
-libexec/openhab2/runtime/lib/boot/org.osgi.core-6.0.0.jar
+libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.2.7.jar
+libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.2.7.jar
+libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.2.7.jar
 libexec/openhab2/runtime/lib/endorsed/README
-libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.2.1.jar
-libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.2.1.jar
 libexec/openhab2/runtime/lib/ext/README
+libexec/openhab2/runtime/lib/jdk9plus/istack-commons-runtime-3.0.8.jar
+libexec/openhab2/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.2.jar
+libexec/openhab2/runtime/lib/jdk9plus/javax.activation-1.2.0.jar
+libexec/openhab2/runtime/lib/jdk9plus/javax.annotation-api-1.3.1.jar
+libexec/openhab2/runtime/lib/jdk9plus/jaxb-runtime-2.3.2.jar
+libexec/openhab2/runtime/lib/jdk9plus/txw2-2.3.2.jar
+libexec/openhab2/runtime/lib/README
 libexec/openhab2/runtime/services.cfg
-libexec/openhab2/runtime/system/README
 libexec/openhab2/runtime/system/com/eclipsesource/jaxrs/publisher/5.3.1/publisher-5.3.1.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.4.5/jackson-annotations-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-core/2.4.5/jackson-core-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.4.5/jackson-databind-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.4.5/jackson-dataformat-xml-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.4.5/jackson-dataformat-yaml-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.4.5/jackson-datatype-joda-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.4.5/jackson-jaxrs-base-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.4.5/jackson-jaxrs-json-provider-2.4.5.jar
-libexec/openhab2/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.5/jackson-module-jaxb-annotations-2.4.5.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.10/jackson-dataformat-xml-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.10/jackson-dataformat-yaml-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.9.10/jackson-datatype-joda-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.10/jackson-jaxrs-base-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.10/jackson-jaxrs-json-provider-2.9.10.jar
+libexec/openhab2/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.10/jackson-module-jaxb-annotations-2.9.10.jar
 libexec/openhab2/runtime/system/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
-libexec/openhab2/runtime/system/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
-libexec/openhab2/runtime/system/com/google/guava/guava/15.0/guava-15.0.jar
+libexec/openhab2/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
 libexec/openhab2/runtime/system/com/google/guava/guava/18.0/guava-18.0.jar
-libexec/openhab2/runtime/system/com/neuronrobotics/nrjavaserial/3.14.0/nrjavaserial-3.14.0.jar
+libexec/openhab2/runtime/system/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar
+libexec/openhab2/runtime/system/com/hivemq/hivemq-mqtt-client/1.1.2/hivemq-mqtt-client-1.1.2.jar
 libexec/openhab2/runtime/system/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
 libexec/openhab2/runtime/system/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
 libexec/openhab2/runtime/system/commons-io/commons-io/2.2/commons-io-2.2.jar
 libexec/openhab2/runtime/system/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
 libexec/openhab2/runtime/system/commons-net/commons-net/3.3/commons-net-3.3.jar
+libexec/openhab2/runtime/system/de/jollyday/jollyday/0.5.8/jollyday-0.5.8.jar
 libexec/openhab2/runtime/system/de/maggu2810/p2redist/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar
 libexec/openhab2/runtime/system/de/maggu2810/p2redist/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
 libexec/openhab2/runtime/system/de/maggu2810/thirdparty/modified/com/eclipsesource/jaxrs/provider-swagger/1.1.1.201605111122/provider-swagger-1.1.1.201605111122.jar
 libexec/openhab2/runtime/system/de/maggu2810/thirdparty/modified/io/swagger/swagger-jersey2-jaxrs/1.5.8.v20160511-1038/swagger-jersey2-jaxrs-1.5.8.v20160511-1038.jar
 libexec/openhab2/runtime/system/de/maggu2810/thirdparty/modified/org/reflections/reflections/0.9.10.v20160429-1435/reflections-0.9.10.v20160429-1435.jar
+libexec/openhab2/runtime/system/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-codec-mqtt/4.1.42.Final/netty-codec-mqtt-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar
+libexec/openhab2/runtime/system/io/reactivex/rxjava2/rxjava/2.2.5/rxjava-2.2.5.jar
 libexec/openhab2/runtime/system/io/swagger/swagger-annotations/1.5.8/swagger-annotations-1.5.8.jar
 libexec/openhab2/runtime/system/io/swagger/swagger-core/1.5.8/swagger-core-1.5.8.jar
 libexec/openhab2/runtime/system/io/swagger/swagger-jaxrs/1.5.8/swagger-jaxrs-1.5.8.jar
 libexec/openhab2/runtime/system/io/swagger/swagger-models/1.5.8/swagger-models-1.5.8.jar
 libexec/openhab2/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
-libexec/openhab2/runtime/system/javax/mail/mail/1.4.4/mail-1.4.4.jar
+libexec/openhab2/runtime/system/javax/annotation/javax.annotation-api/1.3/javax.annotation-api-1.3.jar
+libexec/openhab2/runtime/system/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar
+libexec/openhab2/runtime/system/javax/mail/mail/1.4.7/mail-1.4.7.jar
 libexec/openhab2/runtime/system/javax/measure/unit-api/1.0/unit-api-1.0.jar
 libexec/openhab2/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
 libexec/openhab2/runtime/system/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
 libexec/openhab2/runtime/system/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1.jar
 libexec/openhab2/runtime/system/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
 libexec/openhab2/runtime/system/joda-time/joda-time/2.2/joda-time-2.2.jar
-libexec/openhab2/runtime/system/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.jar
-libexec/openhab2/runtime/system/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar
-libexec/openhab2/runtime/system/org/apache/aries/org.apache.aries.util/1.1.0/org.apache.aries.util-1.1.0.jar
-libexec/openhab2/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.0.10/org.apache.aries.spifly.dynamic.bundle-1.0.10.jar
+libexec/openhab2/runtime/system/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar
+libexec/openhab2/runtime/system/net/java/dev/jna/jna-platform/5.4.0/jna-platform-5.4.0.jar
+libexec/openhab2/runtime/system/net/java/dev/jna/jna/5.4.0/jna-5.4.0.jar
+libexec/openhab2/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar
+libexec/openhab2/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.2/org.apache.aries.spifly.dynamic.bundle-1.2.jar
 libexec/openhab2/runtime/system/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar
 libexec/openhab2/runtime/system/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar
-libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.4/org.apache.felix.configadmin-1.9.4.jar
+libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.jar
 libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar
 libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar
-libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.10/org.apache.felix.framework-5.6.10.jar
+libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.12/org.apache.felix.framework-5.6.12.jar
 libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.4/org.apache.felix.inventory-1.0.4.jar
-libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.0/org.apache.felix.metatype-1.2.0.jar
-libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.2/org.apache.felix.scr-2.1.2.jar
-libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.8/org.apache.felix.webconsole.plugins.ds-2.0.8.jar
+libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.2/org.apache.felix.metatype-1.2.2.jar
+libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar
+libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.1.0/org.apache.felix.webconsole.plugins.ds-2.1.0.jar
 libexec/openhab2/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/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar
 libexec/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
 libexec/openhab2/runtime/system/org/apache/httpcomponents/httpclient-osgi/4.2.3/httpclient-osgi-4.2.3.jar
 libexec/openhab2/runtime/system/org/apache/httpcomponents/httpcore-osgi/4.2.3/httpcore-osgi-4.2.3.jar
-libexec/openhab2/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.2.1/org.apache.karaf.bundle.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.2.1/org.apache.karaf.config.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.2.1/org.apache.karaf.deployer.blueprint-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.2.1/org.apache.karaf.deployer.features-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.2.1/org.apache.karaf.deployer.kar-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.2.1/org.apache.karaf.deployer.wrap-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.2.1/org.apache.karaf.diagnostic.boot-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.2.1/org.apache.karaf.diagnostic.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.2.1/framework-4.2.1-features.xml
-libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.2.1/org.apache.karaf.features.command-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.2.1/org.apache.karaf.features.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.2.1/org.apache.karaf.features.extension-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.2.1/standard-4.2.1-features.xml
-libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.2.1/org.apache.karaf.http.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.2.1/org.apache.karaf.instance.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.2.1/org.apache.karaf.jaas.blueprint.config-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.2.1/org.apache.karaf.jaas.boot-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.2.1/org.apache.karaf.jaas.command-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.2.1/org.apache.karaf.jaas.config-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.2.1/org.apache.karaf.jaas.modules-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.2.1/org.apache.karaf.kar.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.2.1/org.apache.karaf.log.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.2.1/org.apache.karaf.client-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.2.1/org.apache.karaf.event-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.2.1/org.apache.karaf.package.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.2.1/org.apache.karaf.scr.management-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.2.1/org.apache.karaf.scr.state-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.2.1/org.apache.karaf.service.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.2.1/org.apache.karaf.services.eventadmin-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.2.1/org.apache.karaf.shell.commands-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.2.1/org.apache.karaf.shell.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.2.1-sp1/org.apache.karaf.shell.ssh-4.2.1-sp1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.2.1/org.apache.karaf.shell.ssh-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.2.1/org.apache.karaf.system.core-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.2.1/org.apache.karaf.webconsole.http-4.2.1.jar
-libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.2.1/org.apache.karaf.wrapper.core-4.2.1.jar
+libexec/openhab2/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.2.7/org.apache.karaf.bundle.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.2.7/org.apache.karaf.config.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.2.7/org.apache.karaf.deployer.blueprint-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.2.7/org.apache.karaf.deployer.features-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.2.7/org.apache.karaf.deployer.kar-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.2.7/org.apache.karaf.deployer.wrap-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.2.7/org.apache.karaf.diagnostic.boot-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.2.7/org.apache.karaf.diagnostic.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.2.7/framework-4.2.7-features.xml
+libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.2.7/org.apache.karaf.features.command-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.2.7/org.apache.karaf.features.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.2.7/org.apache.karaf.features.extension-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.2.7/standard-4.2.7-features.xml
+libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.2.7/org.apache.karaf.http.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.2.7/org.apache.karaf.instance.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.2.7/org.apache.karaf.jaas.blueprint.config-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.2.7/org.apache.karaf.jaas.boot-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.2.7/org.apache.karaf.jaas.command-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.2.7/org.apache.karaf.jaas.config-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.2.7/org.apache.karaf.jaas.modules-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.2.7/org.apache.karaf.kar.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.2.7/org.apache.karaf.log.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.2.7/org.apache.karaf.client-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.2.7/org.apache.karaf.event-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.2.7/org.apache.karaf.package.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.2.7/org.apache.karaf.scr.management-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.2.7/org.apache.karaf.scr.state-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.2.7/org.apache.karaf.service.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.2.7/org.apache.karaf.services.eventadmin-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.2.7/org.apache.karaf.shell.commands-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.2.7/org.apache.karaf.shell.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.2.7/org.apache.karaf.shell.ssh-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.2.7/org.apache.karaf.system.core-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.2.7/org.apache.karaf.webconsole.http-4.2.7.jar
+libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.2.7/org.apache.karaf.wrapper.core-4.2.7.jar
 libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_7/org.apache.servicemix.bundles.commons-httpclient-3.1_7.jar
 libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar
 libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1/org.apache.servicemix.bundles.jaxb-impl-2.2.11_1.jar
 libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.not-yet-commons-ssl/0.3.11_1/org.apache.servicemix.bundles.not-yet-commons-ssl-0.3.11_1.jar
-libexec/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.5.0/org.apache.servicemix.specs.activation-api-1.1-2.5.0.jar
-libexec/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.5.0/org.apache.servicemix.specs.jaxb-api-2.2-2.5.0.jar
+libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.3.23_2/org.apache.servicemix.bundles.saaj-impl-1.3.23_2.jar
+libexec/openhab2/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.xstream/1.4.7_1/org.apache.servicemix.bundles.xstream-1.4.7_1.jar
+libexec/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0/org.apache.servicemix.specs.activation-api-1.1-2.9.0.jar
+libexec/openhab2/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/openhab2/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.3/2.9.0/org.apache.servicemix.specs.saaj-api-1.3-2.9.0.jar
 libexec/openhab2/runtime/system/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.jar
-libexec/openhab2/runtime/system/org/apache/xbean/xbean-bundleutils/4.6/xbean-bundleutils-4.6.jar
-libexec/openhab2/runtime/system/org/apache/xbean/xbean-finder/4.6/xbean-finder-4.6.jar
-libexec/openhab2/runtime/system/org/apache/xbean/xbean-reflect/4.6/xbean-reflect-4.6.jar
+libexec/openhab2/runtime/system/org/apache/xbean/xbean-bundleutils/4.14/xbean-bundleutils-4.14.jar
+libexec/openhab2/runtime/system/org/apache/xbean/xbean-finder/4.14/xbean-finder-4.14.jar
+libexec/openhab2/runtime/system/org/apache/xbean/xbean-reflect/4.14/xbean-reflect-4.14.jar
+libexec/openhab2/runtime/system/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
+libexec/openhab2/runtime/system/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
 libexec/openhab2/runtime/system/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar
-libexec/openhab2/runtime/system/org/eclipse/californium/californium-osgi/1.0.6/californium-osgi-1.0.6.jar
-libexec/openhab2/runtime/system/org/eclipse/californium/element-connector/1.0.6/element-connector-1.0.6.jar
-libexec/openhab2/runtime/system/org/eclipse/californium/scandium/1.0.6/scandium-1.0.6.jar
+libexec/openhab2/runtime/system/org/eclipse/californium/californium-core/2.0.0/californium-core-2.0.0.jar
+libexec/openhab2/runtime/system/org/eclipse/californium/californium-osgi/2.0.0/californium-osgi-2.0.0.jar
+libexec/openhab2/runtime/system/org/eclipse/californium/element-connector/2.0.0/element-connector-2.0.0.jar
+libexec/openhab2/runtime/system/org/eclipse/californium/scandium/2.0.0/scandium-2.0.0.jar
 libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar
 libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.11.0/org.eclipse.emf.ecore.change-2.11.0.jar
 libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar
 libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.3.15.v20161220/jetty-client-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.4.11.v20180605/jetty-client-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.11.v20180605/jetty-continuation-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.11.v20180605/jetty-deploy-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.3.15.v20161220/jetty-http-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.3.15.v20161220/jetty-io-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.11.v20180605/jetty-jaas-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.11.v20180605/jetty-jaspi-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.11.v20180605/jetty-jmx-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.11.v20180605/jetty-jndi-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.4.11.v20180605/jetty-plus-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.3.15.v20161220/jetty-proxy-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.11.v20180605/jetty-proxy-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.11.v20180605/jetty-rewrite-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.4.11.v20180605/jetty-security-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.4.11.v20180605/jetty-server-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.11.v20180605/jetty-servlet-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.11.v20180605/jetty-servlets-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.11.v20180605/jetty-util-ajax-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.3.15.v20161220/jetty-util-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.11.v20180605/jetty-webapp-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.4.11.v20180605/jetty-xml-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.11.v20180605/javax-websocket-client-impl-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.11.v20180605/javax-websocket-server-impl-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.3.15.v20161220/websocket-api-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.3.15.v20161220/websocket-client-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.11.v20180605/websocket-client-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.3.15.v20161220/websocket-common-9.3.15.v20161220.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.11.v20180605/websocket-common-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.11.v20180605/websocket-server-9.4.11.v20180605.jar
-libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.11.v20180605/websocket-servlet-9.4.11.v20180605.jar
+libexec/openhab2/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.5.1/ecj-4.5.1.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.20.v20190813/jetty-deploy-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.20.v20190813/jetty-jaas-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.20.v20190813/jetty-jaspi-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.20.v20190813/jetty-jmx-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.20.v20190813/jetty-jndi-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.4.20.v20190813/jetty-plus-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.20.v20190813/jetty-proxy-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.20.v20190813/jetty-rewrite-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.20.v20190813/jetty-util-ajax-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.20.v20190813/javax-websocket-client-impl-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.20.v20190813/javax-websocket-server-impl-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.20.v20190813/websocket-server-9.4.20.v20190813.jar
+libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.20.v20190813/websocket-servlet-9.4.20.v20190813.jar
 libexec/openhab2/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/openhab2/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/openhab2/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/openhab2/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar
-libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.4.1/org.eclipse.lsp4j.jsonrpc-0.4.1.jar
-libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.4.1/org.eclipse.lsp4j-0.4.1.jar
-libexec/openhab2/runtime/system/org/eclipse/orbit/bundles/com.google.gson/2.7.0.v20170129-0911/com.google.gson-2.7.0.v20170129-0911.jar
-libexec/openhab2/runtime/system/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.0/org.eclipse.paho.client.mqttv3-1.2.0.jar
-libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.jar
-libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.jar
-libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.6.100/org.eclipse.equinox.supplement-1.6.100.jar
+libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.8.0/org.eclipse.lsp4j.jsonrpc-0.8.0.jar
+libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.8.0/org.eclipse.lsp4j-0.8.0.jar
+libexec/openhab2/runtime/system/org/eclipse/orbit/bundles/com.google.gson/2.8.2.v20180104-1110/com.google.gson-2.8.2.v20180104-1110.jar
+libexec/openhab2/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35.v20190528-1517/io.github.classgraph-4.8.35.v20190528-1517.jar
+libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar
+libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.jar
+libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar
 libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.jaas/0.10.0.oh240/org.eclipse.smarthome.auth.jaas-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.oauth2client/0.10.0.oh240/org.eclipse.smarthome.auth.oauth2client-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.api/0.10.0.oh240/org.eclipse.smarthome.automation.api-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.commands/0.10.0.oh240/org.eclipse.smarthome.automation.commands-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.core/0.10.0.oh240/org.eclipse.smarthome.automation.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.core/0.10.0.oh240/org.eclipse.smarthome.automation.module.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.media/0.10.0.oh240/org.eclipse.smarthome.automation.module.media-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.defaultscope/0.10.0.oh240/org.eclipse.smarthome.automation.module.script.defaultscope-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.rulesupport/0.10.0.oh240/org.eclipse.smarthome.automation.module.script.rulesupport-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script/0.10.0.oh240/org.eclipse.smarthome.automation.module.script-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.timer/0.10.0.oh240/org.eclipse.smarthome.automation.module.timer-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.parser.gson/0.10.0.oh240/org.eclipse.smarthome.automation.parser.gson-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.providers/0.10.0.oh240/org.eclipse.smarthome.automation.providers-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.rest/0.10.0.oh240/org.eclipse.smarthome.automation.rest-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.core/0.10.0.oh240/org.eclipse.smarthome.config.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.mdns/0.10.0.oh240/org.eclipse.smarthome.config.discovery.mdns-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.upnp/0.10.0.oh240/org.eclipse.smarthome.config.discovery.upnp-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs/0.10.0.oh240/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial/0.10.0.oh240/org.eclipse.smarthome.config.discovery.usbserial-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery/0.10.0.oh240/org.eclipse.smarthome.config.discovery-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.dispatch/0.10.0.oh240/org.eclipse.smarthome.config.dispatch-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.serial/0.10.0.oh240/org.eclipse.smarthome.config.serial-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.xml/0.10.0.oh240/org.eclipse.smarthome.config.xml-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.audio/0.10.0.oh240/org.eclipse.smarthome.core.audio-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.binding.xml/0.10.0.oh240/org.eclipse.smarthome.core.binding.xml-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.id/0.10.0.oh240/org.eclipse.smarthome.core.id-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.persistence/0.10.0.oh240/org.eclipse.smarthome.core.persistence-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.scheduler/0.10.0.oh240/org.eclipse.smarthome.core.scheduler-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.semantics/0.10.0.oh240/org.eclipse.smarthome.core.semantics-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing.xml/0.10.0.oh240/org.eclipse.smarthome.core.thing.xml-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing/0.10.0.oh240/org.eclipse.smarthome.core.thing-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.transform/0.10.0.oh240/org.eclipse.smarthome.core.transform-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.voice/0.10.0.oh240/org.eclipse.smarthome.core.voice-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core/0.10.0.oh240/org.eclipse.smarthome.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/extension/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/0.10.0.oh240/org.eclipse.smarthome.ui.iconset.classic-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console.karaf/0.10.0.oh240/org.eclipse.smarthome.io.console.karaf-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console/0.10.0.oh240/org.eclipse.smarthome.io.console-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.http.auth.basic/0.10.0.oh240/org.eclipse.smarthome.io.http.auth.basic-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.http.auth/0.10.0.oh240/org.eclipse.smarthome.io.http.auth-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.http/0.10.0.oh240/org.eclipse.smarthome.io.http-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.javasound/0.10.0.oh240/org.eclipse.smarthome.io.javasound-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.monitor/0.10.0.oh240/org.eclipse.smarthome.io.monitor-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.net/0.10.0.oh240/org.eclipse.smarthome.io.net-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth/0.10.0.oh240/org.eclipse.smarthome.io.rest.auth-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.core/0.10.0.oh240/org.eclipse.smarthome.io.rest.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.log/0.10.0.oh240/org.eclipse.smarthome.io.rest.log-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.mdns/0.10.0.oh240/org.eclipse.smarthome.io.rest.mdns-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.optimize/0.10.0.oh240/org.eclipse.smarthome.io.rest.optimize-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sitemap/0.10.0.oh240/org.eclipse.smarthome.io.rest.sitemap-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sse/0.10.0.oh240/org.eclipse.smarthome.io.rest.sse-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.voice/0.10.0.oh240/org.eclipse.smarthome.io.rest.voice-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest/0.10.0.oh240/org.eclipse.smarthome.io.rest-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.dbus/0.10.0.oh240/org.eclipse.smarthome.io.transport.dbus-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mdns/0.10.0.oh240/org.eclipse.smarthome.io.transport.mdns-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mqtt/0.10.0.oh240/org.eclipse.smarthome.io.transport.mqtt-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.javacomm/0.10.0.oh240/org.eclipse.smarthome.io.transport.serial.javacomm-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.rxtx.rfc2217/0.10.0.oh240/org.eclipse.smarthome.io.transport.serial.rxtx.rfc2217-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.rxtx/0.10.0.oh240/org.eclipse.smarthome.io.transport.serial.rxtx-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial/0.10.0.oh240/org.eclipse.smarthome.io.transport.serial-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.upnp/0.10.0.oh240/org.eclipse.smarthome.io.transport.upnp-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.webaudio/0.10.0.oh240/org.eclipse.smarthome.io.webaudio-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.core/0.10.0.oh240/org.eclipse.smarthome.model.core-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.ide/0.10.0.oh240/org.eclipse.smarthome.model.item.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.runtime/0.10.0.oh240/org.eclipse.smarthome.model.item.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item/0.10.0.oh240/org.eclipse.smarthome.model.item-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.lsp/0.10.0.oh240/org.eclipse.smarthome.model.lsp-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.ide/0.10.0.oh240/org.eclipse.smarthome.model.persistence.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.runtime/0.10.0.oh240/org.eclipse.smarthome.model.persistence.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence/0.10.0.oh240/org.eclipse.smarthome.model.persistence-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.ide/0.10.0.oh240/org.eclipse.smarthome.model.rule.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.runtime/0.10.0.oh240/org.eclipse.smarthome.model.rule.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule/0.10.0.oh240/org.eclipse.smarthome.model.rule-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.ide/0.10.0.oh240/org.eclipse.smarthome.model.script.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.runtime/0.10.0.oh240/org.eclipse.smarthome.model.script.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script/0.10.0.oh240/org.eclipse.smarthome.model.script-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.ide/0.10.0.oh240/org.eclipse.smarthome.model.sitemap.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.runtime/0.10.0.oh240/org.eclipse.smarthome.model.sitemap.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap/0.10.0.oh240/org.eclipse.smarthome.model.sitemap-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.ide/0.10.0.oh240/org.eclipse.smarthome.model.thing.ide-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.runtime/0.10.0.oh240/org.eclipse.smarthome.model.thing.runtime-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing/0.10.0.oh240/org.eclipse.smarthome.model.thing-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.json/0.10.0.oh240/org.eclipse.smarthome.storage.json-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.mapdb/0.10.0.oh240/org.eclipse.smarthome.storage.mapdb-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui.icon/0.10.0.oh240/org.eclipse.smarthome.ui.icon-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui/0.10.0.oh240/org.eclipse.smarthome.ui-0.10.0.oh240.jar
-libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.14.0/org.eclipse.xtend.lib.macro-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.14.0/org.eclipse.xtend.lib-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.14.0/org.eclipse.xtext.common.types-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.14.0/org.eclipse.xtext.ide-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.14.0/org.eclipse.xtext.smap-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.14.0/org.eclipse.xtext.util-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.14.0/org.eclipse.xtext.xbase.ide-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.14.0/org.eclipse.xtext.xbase.lib-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.14.0/org.eclipse.xtext.xbase-2.14.0.jar
-libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.14.0/org.eclipse.xtext-2.14.0.jar
-libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.17.1/jansi-1.17.1.jar
+libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.19.0/org.eclipse.xtend.lib.macro-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.19.0/org.eclipse.xtend.lib-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.19.0/org.eclipse.xtext.common.types-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.19.0/org.eclipse.xtext.ide-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.19.0/org.eclipse.xtext.smap-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.19.0/org.eclipse.xtext.util-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.19.0/org.eclipse.xtext.xbase.ide-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.19.0/org.eclipse.xtext.xbase.lib-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.19.0/org.eclipse.xtext.xbase-2.19.0.jar
+libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.19.0/org.eclipse.xtext-2.19.0.jar
+libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar
 libexec/openhab2/runtime/system/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar
 libexec/openhab2/runtime/system/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar
 libexec/openhab2/runtime/system/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar
@@ -303,63 +234,146 @@ libexec/openhab2/runtime/system/org/glassfish/jersey/m
 libexec/openhab2/runtime/system/org/glassfish/jersey/media/jersey-media-sse/2.22.2/jersey-media-sse-2.22.2.jar
 libexec/openhab2/runtime/system/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar
 libexec/openhab2/runtime/system/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
-libexec/openhab2/runtime/system/org/jline/jline-builtins/3.9.0/jline-builtins-3.9.0.jar
-libexec/openhab2/runtime/system/org/jline/jline-reader/3.9.0/jline-reader-3.9.0.jar
-libexec/openhab2/runtime/system/org/jline/jline-terminal-jansi/3.9.0/jline-terminal-jansi-3.9.0.jar
-libexec/openhab2/runtime/system/org/jline/jline-terminal/3.9.0/jline-terminal-3.9.0.jar
-libexec/openhab2/runtime/system/org/jline/jline/3.9.0/jline-3.9.0.jar
+libexec/openhab2/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar
+libexec/openhab2/runtime/system/org/jline/jline-builtins/3.12.1/jline-builtins-3.12.1.jar
+libexec/openhab2/runtime/system/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar
+libexec/openhab2/runtime/system/org/jline/jline-terminal-jansi/3.12.1/jline-terminal-jansi-3.12.1.jar
+libexec/openhab2/runtime/system/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar
+libexec/openhab2/runtime/system/org/jline/jline/3.12.1/jline-3.12.1.jar
 libexec/openhab2/runtime/system/org/jmdns/jmdns/3.5.5/jmdns-3.5.5.jar
-libexec/openhab2/runtime/system/org/jupnp/org.jupnp/2.5.1/org.jupnp-2.5.1.jar
+libexec/openhab2/runtime/system/org/jupnp/org.jupnp/2.5.2/org.jupnp-2.5.2.jar
 libexec/openhab2/runtime/system/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6.jar
+libexec/openhab2/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar
 libexec/openhab2/runtime/system/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.compat1x/2.4.0/org.openhab.core.compat1x-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.karaf/2.4.0/org.openhab.core.karaf-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core/2.4.0/org.openhab.core-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.jetty.certificate/2.4.0/org.openhab.io.jetty.certificate-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.rest.docs/2.4.0/org.openhab.io.rest.docs-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.sound/2.4.0/org.openhab.io.sound-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.dashboard/2.4.0/org.openhab.ui.dashboard-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.homebuilder/2.4.0/org.openhab.ui.homebuilder-2.4.0.jar
-libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.4.0/distro-kar-2.4.0-features.xml
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-automation-js.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-items.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-persistence-rrd4j.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-rules.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-scripts.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-services-basicui.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-services-classicui.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-services-logging.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-sitemaps.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-things.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.4.0/distro-resources-2.4.0-transform-en.cfg
-libexec/openhab2/runtime/system/org/openhab/distro/distro/2.4.0/distro-2.4.0-features.xml
-libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.4.0/openhab-addons-2.4.0-features.xml
-libexec/openhab2/runtime/system/org/openhab/distro/overrides/2.4.0/overrides-2.4.0-features.xml
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/2.5.0/org.openhab.core.audio-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/2.5.0/org.openhab.core.auth.jaas-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/2.5.0/org.openhab.core.auth.oauth2client-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.media/2.5.0/org.openhab.core.automation.module.media-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.rulesupport/2.5.0/org.openhab.core.automation.module.script.rulesupport-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/2.5.0/org.openhab.core.automation.module.script-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/2.5.0/org.openhab.core.automation.rest-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/2.5.0/org.openhab.core.automation-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.binding.xml/2.5.0/org.openhab.core.binding.xml-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.boot/2.5.0/org.openhab.core.boot-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.compat1x/2.5.0/org.openhab.core.compat1x-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/2.5.0/org.openhab.core.config.core-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/2.5.0/org.openhab.core.config.discovery.mdns-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/2.5.0/org.openhab.core.config.discovery.upnp-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/2.5.0/org.openhab.core.config.discovery.usbserial.linuxsysfs-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/2.5.0/org.openhab.core.config.discovery.usbserial-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/2.5.0/org.openhab.core.config.discovery-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/2.5.0/org.openhab.core.config.dispatch-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/2.5.0/org.openhab.core.config.serial-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.config.xml/2.5.0/org.openhab.core.config.xml-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/2.5.0/org.openhab.core.ephemeris-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.id/2.5.0/org.openhab.core.id-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/2.5.0/org.openhab.core.io.bin2json-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console.karaf/2.5.0/org.openhab.core.io.console.karaf-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console/2.5.0/org.openhab.core.io.console-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth.basic/2.5.0/org.openhab.core.io.http.auth.basic-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth/2.5.0/org.openhab.core.io.http.auth-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http/2.5.0/org.openhab.core.io.http-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.jetty.certificate/2.5.0/org.openhab.core.io.jetty.certificate-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.monitor/2.5.0/org.openhab.core.io.monitor-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.net/2.5.0/org.openhab.core.io.net-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.audio/2.5.0/org.openhab.core.io.rest.audio-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.auth/2.5.0/org.openhab.core.io.rest.auth-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.core/2.5.0/org.openhab.core.io.rest.core-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.log/2.5.0/org.openhab.core.io.rest.log-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.mdns/2.5.0/org.openhab.core.io.rest.mdns-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.optimize/2.5.0/org.openhab.core.io.rest.optimize-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/2.5.0/org.openhab.core.io.rest.sitemap-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/2.5.0/org.openhab.core.io.rest.sse-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/2.5.0/org.openhab.core.io.rest.voice-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/2.5.0/org.openhab.core.io.rest-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.dbus/2.5.0/org.openhab.core.io.transport.dbus-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mdns/2.5.0/org.openhab.core.io.transport.mdns-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mqtt/2.5.0/org.openhab.core.io.transport.mqtt-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.javacomm/2.5.0/org.openhab.core.io.transport.serial.javacomm-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/2.5.0/org.openhab.core.io.transport.serial.rxtx.rfc2217-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx/2.5.0/org.openhab.core.io.transport.serial.rxtx-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial/2.5.0/org.openhab.core.io.transport.serial-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.upnp/2.5.0/org.openhab.core.io.transport.upnp-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.karaf/2.5.0/org.openhab.core.karaf-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.core/2.5.0/org.openhab.core.model.core-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.ide/2.5.0/org.openhab.core.model.item.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.runtime/2.5.0/org.openhab.core.model.item.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item/2.5.0/org.openhab.core.model.item-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.lsp/2.5.0/org.openhab.core.model.lsp-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.ide/2.5.0/org.openhab.core.model.persistence.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.runtime/2.5.0/org.openhab.core.model.persistence.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence/2.5.0/org.openhab.core.model.persistence-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.ide/2.5.0/org.openhab.core.model.rule.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.runtime/2.5.0/org.openhab.core.model.rule.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule/2.5.0/org.openhab.core.model.rule-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.ide/2.5.0/org.openhab.core.model.script.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.runtime/2.5.0/org.openhab.core.model.script.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script/2.5.0/org.openhab.core.model.script-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.ide/2.5.0/org.openhab.core.model.sitemap.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.runtime/2.5.0/org.openhab.core.model.sitemap.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap/2.5.0/org.openhab.core.model.sitemap-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.ide/2.5.0/org.openhab.core.model.thing.ide-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.runtime/2.5.0/org.openhab.core.model.thing.runtime-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing/2.5.0/org.openhab.core.model.thing-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/2.5.0/org.openhab.core.persistence-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.scheduler/2.5.0/org.openhab.core.scheduler-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/2.5.0/org.openhab.core.semantics-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/2.5.0/org.openhab.core.storage.json-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.mapdb/2.5.0/org.openhab.core.storage.mapdb-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.thing.xml/2.5.0/org.openhab.core.thing.xml-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/2.5.0/org.openhab.core.thing-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/2.5.0/org.openhab.core.transform-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/2.5.0/org.openhab.core.ui.icon-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/2.5.0/org.openhab.core.ui-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/2.5.0/org.openhab.core.voice-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/core/bundles/org.openhab.core/2.5.0/org.openhab.core-2.5.0.jar
+libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.5.0/distro-kar-2.5.0-features.xml
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-automation-js.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-items.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-persistence-rrd4j.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-rules.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-scripts.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-services-basicui.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-services-classicui.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-services-logging.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-sitemaps.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-things.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.5.0/distro-resources-2.5.0-transform-en.cfg
+libexec/openhab2/runtime/system/org/openhab/distro/distro/2.5.0/distro-2.5.0-features.xml
+libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.5.0/openhab-addons-2.5.0-features.xml
 libexec/openhab2/runtime/system/org/openhab/nrjavaserial/3.15.0.OH2/nrjavaserial-3.15.0.OH2.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-api/1.10.1/pax-logging-api-1.10.1.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/1.10.1/pax-logging-log4j2-1.10.1.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-logback/1.10.1/pax-logging-logback-1.10.1.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-aether/2.5.4/pax-url-aether-2.5.4.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.5.4/pax-url-wrap-2.5.4-uber.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-api/7.2.3/pax-web-api-7.2.3.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.3/pax-web-features-7.2.3-features.xml
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.3/pax-web-features-7.2.3-jettyconfig.xml
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.2.3/pax-web-jetty-7.2.3.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.2.3/pax-web-runtime-7.2.3.jar
-libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/7.2.3/pax-web-spi-7.2.3.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm-analysis/6.2/asm-analysis-6.2.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm-commons/6.2/asm-commons-6.2.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm-tree/6.2/asm-tree-6.2.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm-util/6.2/asm-util-6.2.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
-libexec/openhab2/runtime/system/org/ow2/asm/asm/6.2/asm-6.2.jar
+libexec/openhab2/runtime/system/org/openhab/osgiify/com.google.dagger/2.20/com.google.dagger-2.20.jar
+libexec/openhab2/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-api/1.11.2/pax-logging-api-1.11.2.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/1.11.2/pax-logging-log4j2-1.11.2.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/logging/pax-logging-logback/1.11.2/pax-logging-logback-1.11.2.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.1/pax-url-aether-2.6.1.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.1/pax-url-wrap-2.6.1-uber.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-api/7.2.11/pax-web-api-7.2.11.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.2.11/pax-web-extender-whiteboard-7.2.11.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.11/pax-web-features-7.2.11-features.xml
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.11/pax-web-features-7.2.11-jettyconfig.xml
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.2.11/pax-web-jetty-7.2.11.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.2.11/pax-web-jsp-7.2.11.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.2.11/pax-web-runtime-7.2.11.jar
+libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/7.2.11/pax-web-spi-7.2.11.jar
+libexec/openhab2/runtime/system/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.jar
+libexec/openhab2/runtime/system/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.jar
+libexec/openhab2/runtime/system/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
+libexec/openhab2/runtime/system/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
+libexec/openhab2/runtime/system/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
+libexec/openhab2/runtime/system/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
+libexec/openhab2/runtime/system/org/ow2/asm/asm/7.1/asm-7.1.jar
+libexec/openhab2/runtime/system/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar
 libexec/openhab2/runtime/system/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
 libexec/openhab2/runtime/system/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
-libexec/openhab2/runtime/system/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar
-libexec/openhab2/runtime/system/tec/uom/lib/uom-lib-common/1.0.2/uom-lib-common-1.0.2.jar
-libexec/openhab2/runtime/system/tec/uom/uom-se/1.0.8/uom-se-1.0.8.jar
-libexec/openhab2/start.sh
+libexec/openhab2/runtime/system/org/threeten/threeten-extra/1.4/threeten-extra-1.4.jar
+libexec/openhab2/runtime/system/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar
+libexec/openhab2/runtime/system/README
+libexec/openhab2/runtime/system/tec/uom/lib/uom-lib-common/1.0.3/uom-lib-common-1.0.3.jar
+libexec/openhab2/runtime/system/tec/uom/uom-se/1.0.10/uom-se-1.0.10.jar
 libexec/openhab2/start_debug.sh
+libexec/openhab2/start.sh
 @owner openhab
 @group openhab
 @sample %%DATADIR%%/etc/all.policy /var/db/openhab2/userdata/etc/all.policy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912221154.xBMBsVkQ062507>