Date: Sat, 8 Dec 2018 16:24:37 +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: r486962 - in head: . misc/openhab2 misc/openhab2-addons misc/openhab2/files Message-ID: <201812081624.wB8GOcIg018492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: netchild Date: Sat Dec 8 16:24:37 2018 New Revision: 486962 URL: https://svnweb.freebsd.org/changeset/ports/486962 Log: Update openhab2 to 2.3.0. Added: head/misc/openhab2/files/update.freebsd.in (contents, props changed) Modified: head/UPDATING head/misc/openhab2-addons/Makefile head/misc/openhab2-addons/distinfo head/misc/openhab2/Makefile head/misc/openhab2/distinfo head/misc/openhab2/files/patch-runtime_bin_setenv head/misc/openhab2/files/pkg-message.in head/misc/openhab2/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 8 16:16:22 2018 (r486961) +++ head/UPDATING Sat Dec 8 16:24:37 2018 (r486962) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20181210: + AFFECTS: users of misc/openhab2 + AUTHOR: netchild@FreeBSD.org + + If you upgrade from a pevious version, make a backup of + /var/db/openhab2 + and run + %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd + + Config specific info: + Nest Binding: The 'camera' Thing Type now has channel groups. + Add 'camera#' before the channel ID in the channel UID of + existing camera channels. The 'time_to_target_mins' channel + of the 'thermostat' Thing Type is renamed to 'time_to_target' + Oceanic Binding: The 'softener' Thing Type no longer exists and is replaced + by the 'serial' and 'ethernet' Thing Types + Yamaha Receiver Binding: The configuration parameter names now use lower + camel case convention. Change 'HOST' to 'host', + 'PORT' to 'port' etc + 20181124: AFFECTS: users of sysutils/munin-master, sysutils/munin-node, www/owncloud, mail/mailman, net/ntpa AUTHOR: woodsb02@FreeBSD.org Modified: head/misc/openhab2-addons/Makefile ============================================================================== --- head/misc/openhab2-addons/Makefile Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2-addons/Makefile Sat Dec 8 16:24:37 2018 (r486962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openhab2-addons -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.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} @@ -24,7 +24,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS="-v" EXTRACT_AFTER_ARGS="${EXTRACT_WRKDIR}" -PLIST_FILES= libexec/openhab2/addons/openhab-addons-2.2.0.kar +PLIST_FILES= libexec/openhab2/addons/openhab-addons-2.3.0.kar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openhab2 Modified: head/misc/openhab2-addons/distinfo ============================================================================== --- head/misc/openhab2-addons/distinfo Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2-addons/distinfo Sat Dec 8 16:24:37 2018 (r486962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523474521 -SHA256 (openhab-addons-2.2.0.kar) = a7e6e8251489e64c22402973b550aa5436e8a23c38ab143e15a287bd32494206 -SIZE (openhab-addons-2.2.0.kar) = 145161902 +TIMESTAMP = 1544268026 +SHA256 (openhab-addons-2.3.0.kar) = 3e1c92aa7ec1023975ec153509451e90a1fa05cbee3621dab1fb822f0180c50e +SIZE (openhab-addons-2.3.0.kar) = 155264566 Modified: head/misc/openhab2/Makefile ============================================================================== --- head/misc/openhab2/Makefile Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/Makefile Sat Dec 8 16:24:37 2018 (r486962) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= openhab2 -PORTVERSION= 2.2.0 -PORTREVISION= 3 +PORTVERSION= 2.3.0 +#PORTREVISION= 3 CATEGORIES= misc java MASTER_SITES= https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} @@ -18,7 +18,7 @@ USE_JAVA= yes JAVA_VERSION= 1.8 JAVA_RUN= yes USE_RC_SUBR= openhab2 -SUB_FILES= pkg-message +SUB_FILES= pkg-message update.freebsd NO_WRKSUBDIR= yes NO_ARCH= yes @@ -33,7 +33,9 @@ do-build: ${MV} ${WRKSRC}/conf/${conf} ${WRKSRC}/conf/${conf}.sample .endfor ${RM} -r ${WRKSRC}/runtime/bin/contrib - ${RM} ${WRKSRC}/*.ps1 ${WRKSRC}/*.bat ${WRKSRC}/runtime/bin/*.ps1 ${WRKSRC}/runtime/bin/*.bat + ${RM} ${WRKSRC}/*.ps1 ${WRKSRC}/*.bat ${WRKSRC}/runtime/bin/*.ps1 ${WRKSRC}/runtime/bin/*.bat \ + ${WRKSRC}/runtime/bin/setenv.bak \ + ${WRKSRC}/runtime/bin/setenv.orig do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} @@ -58,6 +60,7 @@ do-install: .for script in start.sh start_debug.sh ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/ .endfor + ${INSTALL_SCRIPT} ${WRKDIR}/update.freebsd ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/runtime/bin/ (cd ${WRKSRC}/userdata && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/${PORTNAME}) .include <bsd.port.mk> Modified: head/misc/openhab2/distinfo ============================================================================== --- head/misc/openhab2/distinfo Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/distinfo Sat Dec 8 16:24:37 2018 (r486962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523448217 -SHA256 (openhab-2.2.0.tar.gz) = 8e48357dd6f4b9c0e496dd8ff2b12f25441039e3a4ef71d56e07cf14aa5c4ff3 -SIZE (openhab-2.2.0.tar.gz) = 68615144 +TIMESTAMP = 1544266351 +SHA256 (openhab-2.3.0.tar.gz) = 13d584fd3e5b04ae6d5dbfb6dcfa11c1838fd0bf9e26bf4fc211e9e68200dccc +SIZE (openhab-2.3.0.tar.gz) = 64745096 Modified: head/misc/openhab2/files/patch-runtime_bin_setenv ============================================================================== --- head/misc/openhab2/files/patch-runtime_bin_setenv Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/files/patch-runtime_bin_setenv Sat Dec 8 16:24:37 2018 (r486962) @@ -1,6 +1,6 @@ ---- runtime/bin/setenv.orig 2017-12-18 10:24:01 UTC +--- runtime/bin/setenv.orig 2018-05-28 07:56:37 UTC +++ runtime/bin/setenv -@@ -111,7 +111,7 @@ export EXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS_COMMON} ${EX +@@ -121,7 +121,7 @@ export EXTRA_JAVA_OPTS="${EXTRA_JAVA_OPTS_COMMON} ${EX die() { # echo and exit, && /bin/true delays the exit for systemd logging (workaround). @@ -9,31 +9,13 @@ exit 1 } -@@ -121,6 +121,7 @@ detectOS() { - darwin=false; - aix=false; - os400=false; -+ freebsd=false; - case "`uname`" in - CYGWIN*) - cygwin=true -@@ -134,6 +135,9 @@ detectOS() { - OS400*) - os400=true - ;; -+ FreeBSD*) -+ freebsd=true -+ ;; - esac - # For AIX, set an environment variable - if $aix; then -@@ -172,6 +176,9 @@ locateJava() { +@@ -137,6 +137,9 @@ locateJava() { fi - if [ "x$JAVA" = "x" ] && [ -r /etc/gentoo-release ] ; then - JAVA_HOME=`java-config --jre-home` + if [ "x${JAVA}" = "x" ] && [ -r /etc/gentoo-release ] ; then + JAVA_HOME=$(java-config --jre-home) + fi -+ if [ "x$JAVA_HOME" = "x" ] && [ "$freebsd" = "true" ] ; then -+ eval $(env JAVAVM_DRYRUN=true %%LOCALBASE%%/bin/java | grep JAVA_HOME) ++ if [ "x$JAVA_HOME" = "x" ]; then ++ eval $(env JAVAVM_DRYRUN=true %%LOCALBASE%%/bin/java | grep JAVA_HOME) fi - if [ "x$JAVA" = "x" ]; then - if [ "x$JAVA_HOME" != "x" ]; then + if [ "x${JAVA}" = "x" ]; then + if [ "x${JAVA_HOME}" != "x" ]; then Modified: head/misc/openhab2/files/pkg-message.in ============================================================================== --- head/misc/openhab2/files/pkg-message.in Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/files/pkg-message.in Sat Dec 8 16:24:37 2018 (r486962) @@ -21,3 +21,10 @@ A workaround is to use the following rc.conf setting w prefer IPv4 over IPv6: openhab2_java_opts="-Djava.net.preferIPv4Stack=true" + +If you upgrade from a pevious version, make a backup of + /var/db/openhab2 +and run + %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd + + Added: head/misc/openhab2/files/update.freebsd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openhab2/files/update.freebsd.in Sat Dec 8 16:24:37 2018 (r486962) @@ -0,0 +1,14 @@ +#!/bin/sh +# $FreeBSD$ + +: ${OPENHAB_USERDATA:="/var/db/openhab2/userdata"} +: ${OPENHAB_RUNTIME:="%%PREFIX%%/libexec/openhab2/runtime"} +: ${OPENHAB_REPL:="%%PREFIX%%/share/openhab2/etc"} + +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 + Modified: head/misc/openhab2/pkg-plist ============================================================================== --- head/misc/openhab2/pkg-plist Sat Dec 8 16:16:22 2018 (r486961) +++ head/misc/openhab2/pkg-plist Sat Dec 8 16:24:37 2018 (r486962) @@ -12,16 +12,19 @@ libexec/openhab2/runtime/bin/start libexec/openhab2/runtime/bin/status libexec/openhab2/runtime/bin/stop libexec/openhab2/runtime/bin/update +libexec/openhab2/runtime/bin/update.freebsd +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/README -libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.1.3.jar -libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.1.3.jar -libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.1.3.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.1.5.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.jaas.boot-4.1.5.jar +libexec/openhab2/runtime/lib/boot/org.apache.karaf.main-4.1.5.jar libexec/openhab2/runtime/lib/boot/org.osgi.core-6.0.0.jar libexec/openhab2/runtime/lib/endorsed/README -libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.exception-4.1.3.jar +libexec/openhab2/runtime/lib/endorsed/org.apache.karaf.exception-4.1.5.jar libexec/openhab2/runtime/lib/ext/README libexec/openhab2/runtime/services.cfg libexec/openhab2/runtime/system/README @@ -60,7 +63,6 @@ libexec/openhab2/runtime/system/io/swagger/swagger-jax 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/mail/mail/1.4.5/mail-1.4.5.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 @@ -68,68 +70,64 @@ libexec/openhab2/runtime/system/javax/websocket/javax. 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/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/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.0.2/org.apache.aries.spifly.dynamic.bundle-1.0.2.jar libexec/openhab2/runtime/system/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.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/commons/commons-lang3/3.4/commons-lang3-3.4.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.8.16/org.apache.felix.configadmin-1.8.16.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.5.8/org.apache.felix.fileinstall-3.5.8.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.8/org.apache.felix.framework-5.6.8.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.inventory/1.0.4/org.apache.felix.inventory-1.0.4.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.1.4/org.apache.felix.metatype-1.1.4.jar +libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.metatype/1.1.6/org.apache.felix.metatype-1.1.6.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr.compat/1.0.4/org.apache.felix.scr.compat-1.0.4.jar libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.scr/2.0.12/org.apache.felix.scr-2.0.12.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.ds/2.0.6/org.apache.felix.webconsole.plugins.ds-2.0.6.jar -libexec/openhab2/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.6/org.apache.felix.webconsole.plugins.event-1.1.6.jar -libexec/openhab2/runtime/system/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0.1/geronimo-annotation_1.1_spec-1.0.1.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.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.1.3/org.apache.karaf.bundle.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.1.3/org.apache.karaf.config.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/deployer/4.1.3-sp1/deployer-4.1.3-sp1.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.1.3/org.apache.karaf.deployer.blueprint-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.1.3/org.apache.karaf.deployer.features-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.1.3/org.apache.karaf.deployer.kar-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.1.3/org.apache.karaf.deployer.wrap-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.1.3/org.apache.karaf.diagnostic.boot-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.1.3/org.apache.karaf.diagnostic.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.1.3/framework-4.1.3-features.xml -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.1.3/org.apache.karaf.features.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.1.3/org.apache.karaf.features.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.1.3/org.apache.karaf.features.extension-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.1.3/standard-4.1.3-features.xml -libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.1.3/org.apache.karaf.http.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.1.3/org.apache.karaf.instance.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.1.3/org.apache.karaf.jaas.blueprint.config-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.1.3/org.apache.karaf.jaas.boot-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.1.3/org.apache.karaf.jaas.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.1.3/org.apache.karaf.jaas.config-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.1.3/org.apache.karaf.jaas.modules-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.1.3/org.apache.karaf.kar.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.1.3/org.apache.karaf.log.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.1.3/org.apache.karaf.client-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.1.3/org.apache.karaf.event-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.1.3/org.apache.karaf.package.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.command/4.1.3/org.apache.karaf.scr.command-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.1.3/org.apache.karaf.scr.management-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.1.3/org.apache.karaf.scr.state-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.1.3/org.apache.karaf.service.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.1.3/org.apache.karaf.services.eventadmin-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.1.3/org.apache.karaf.shell.commands-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.1.3/org.apache.karaf.shell.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.1.3/org.apache.karaf.shell.ssh-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.1.3/org.apache.karaf.system.core-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.1.3/org.apache.karaf.webconsole.http-4.1.3.jar -libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.1.3/org.apache.karaf.wrapper.core-4.1.3.jar +libexec/openhab2/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.1.5/org.apache.karaf.bundle.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.1.5/org.apache.karaf.config.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.1.5/org.apache.karaf.deployer.blueprint-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.1.5/org.apache.karaf.deployer.features-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.1.5/org.apache.karaf.deployer.kar-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.1.5/org.apache.karaf.deployer.wrap-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.1.5/org.apache.karaf.diagnostic.boot-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.1.5/org.apache.karaf.diagnostic.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/framework/4.1.5/framework-4.1.5-features.xml +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.1.5/org.apache.karaf.features.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.1.5/org.apache.karaf.features.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.1.5/org.apache.karaf.features.extension-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/features/standard/4.1.5/standard-4.1.5-features.xml +libexec/openhab2/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.1.5/org.apache.karaf.http.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.1.5/org.apache.karaf.instance.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.1.5/org.apache.karaf.jaas.blueprint.config-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.1.5/org.apache.karaf.jaas.boot-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.1.5/org.apache.karaf.jaas.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.1.5/org.apache.karaf.jaas.config-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.1.5/org.apache.karaf.jaas.modules-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.1.5/org.apache.karaf.kar.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.1.5/org.apache.karaf.log.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.client/4.1.5/org.apache.karaf.client-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/org.apache.karaf.event/4.1.5/org.apache.karaf.event-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.1.5/org.apache.karaf.package.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.command/4.1.5/org.apache.karaf.scr.command-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.1.5/org.apache.karaf.scr.management-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.1.5/org.apache.karaf.scr.state-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.1.5/org.apache.karaf.service.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.1.5/org.apache.karaf.services.eventadmin-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.1.5/org.apache.karaf.shell.commands-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.1.5/org.apache.karaf.shell.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.1.5/org.apache.karaf.shell.ssh-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.1.5/org.apache.karaf.system.core-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.1.5/org.apache.karaf.webconsole.http-4.1.5.jar +libexec/openhab2/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.1.5/org.apache.karaf.wrapper.core-4.1.5.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.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.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/sshd/sshd-core/1.6.0/sshd-core-1.6.0.jar libexec/openhab2/runtime/system/org/apache/xbean/xbean-bundleutils/4.1/xbean-bundleutils-4.1.jar libexec/openhab2/runtime/system/org/apache/xbean/xbean-finder/4.1/xbean-finder-4.1.jar @@ -141,143 +139,133 @@ libexec/openhab2/runtime/system/org/eclipse/californiu libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.jar libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.jar libexec/openhab2/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/aggregate/jetty-all-server/8.1.14.v20131031/jetty-all-server-8.1.14.v20131031.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.3.22.v20171030/jetty-client-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.15.v20161220/jetty-continuation-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.22.v20171030/jetty-continuation-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.15.v20161220/jetty-deploy-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.22.v20171030/jetty-deploy-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-client/9.3.21.v20170918/jetty-client-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-continuation/9.3.21.v20170918/jetty-continuation-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-deploy/9.3.21.v20170918/jetty-deploy-9.3.21.v20170918.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.3.22.v20171030/jetty-http-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-http/9.3.21.v20170918/jetty-http-9.3.21.v20170918.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.3.22.v20171030/jetty-io-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.15.v20161220/jetty-jaas-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.22.v20171030/jetty-jaas-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.15.v20161220/jetty-jaspi-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.22.v20171030/jetty-jaspi-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.15.v20161220/jetty-jmx-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.22.v20171030/jetty-jmx-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.15.v20161220/jetty-jndi-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.22.v20171030/jetty-jndi-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.15.v20161220/jetty-plus-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.22.v20171030/jetty-plus-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-io/9.3.21.v20170918/jetty-io-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaas/9.3.21.v20170918/jetty-jaas-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jaspi/9.3.21.v20170918/jetty-jaspi-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jmx/9.3.21.v20170918/jetty-jmx-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-jndi/9.3.21.v20170918/jetty-jndi-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-plus/9.3.21.v20170918/jetty-plus-9.3.21.v20170918.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-rewrite/9.3.15.v20161220/jetty-rewrite-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.3.22.v20171030/jetty-rewrite-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.15.v20161220/jetty-security-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.22.v20171030/jetty-security-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.15.v20161220/jetty-server-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.22.v20171030/jetty-server-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.15.v20161220/jetty-servlet-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.22.v20171030/jetty-servlet-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.15.v20161220/jetty-servlets-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.22.v20171030/jetty-servlets-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.15.v20161220/jetty-util-ajax-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.22.v20171030/jetty-util-ajax-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-proxy/9.3.21.v20170918/jetty-proxy-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-rewrite/9.3.21.v20170918/jetty-rewrite-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-security/9.3.21.v20170918/jetty-security-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-server/9.3.21.v20170918/jetty-server-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlet/9.3.21.v20170918/jetty-servlet-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-servlets/9.3.21.v20170918/jetty-servlets-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.3.21.v20170918/jetty-util-ajax-9.3.21.v20170918.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.3.22.v20171030/jetty-util-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.15.v20161220/jetty-webapp-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.22.v20171030/jetty-webapp-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.15.v20161220/jetty-xml-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.22.v20171030/jetty-xml-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.15.v20161220/javax-websocket-client-impl-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.22.v20171030/javax-websocket-client-impl-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.15.v20161220/javax-websocket-server-impl-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.22.v20171030/javax-websocket-server-impl-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-util/9.3.21.v20170918/jetty-util-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-webapp/9.3.21.v20170918/jetty-webapp-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/jetty-xml/9.3.21.v20170918/jetty-xml-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.3.21.v20170918/javax-websocket-client-impl-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.3.21.v20170918/javax-websocket-server-impl-9.3.21.v20170918.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.3.22.v20171030/websocket-api-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.3.21.v20170918/websocket-api-9.3.21.v20170918.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.3.22.v20171030/websocket-client-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.3.21.v20170918/websocket-client-9.3.21.v20170918.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.3.22.v20171030/websocket-common-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.15.v20161220/websocket-server-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.22.v20171030/websocket-server-9.3.22.v20171030.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.15.v20161220/websocket-servlet-9.3.15.v20161220.jar -libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.22.v20171030/websocket-servlet-9.3.22.v20171030.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.3.21.v20170918/websocket-common-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.3.21.v20170918/websocket-server-9.3.21.v20170918.jar +libexec/openhab2/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.3.21.v20170918/websocket-servlet-9.3.21.v20170918.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.2.1/org.eclipse.lsp4j.jsonrpc-0.2.1.jar libexec/openhab2/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.2.1/org.eclipse.lsp4j-0.2.1.jar libexec/openhab2/runtime/system/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.0.2/org.eclipse.paho.client.mqttv3-1.0.2.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/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.jaas/0.10.0.b1/org.eclipse.smarthome.auth.jaas-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.api/0.10.0.b1/org.eclipse.smarthome.automation.api-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.commands/0.10.0.b1/org.eclipse.smarthome.automation.commands-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.core/0.10.0.b1/org.eclipse.smarthome.automation.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.core/0.10.0.b1/org.eclipse.smarthome.automation.module.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.media/0.10.0.b1/org.eclipse.smarthome.automation.module.media-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.defaultscope/0.10.0.b1/org.eclipse.smarthome.automation.module.script.defaultscope-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.rulesupport/0.10.0.b1/org.eclipse.smarthome.automation.module.script.rulesupport-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script/0.10.0.b1/org.eclipse.smarthome.automation.module.script-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.timer/0.10.0.b1/org.eclipse.smarthome.automation.module.timer-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.parser.gson/0.10.0.b1/org.eclipse.smarthome.automation.parser.gson-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.providers/0.10.0.b1/org.eclipse.smarthome.automation.providers-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.rest/0.10.0.b1/org.eclipse.smarthome.automation.rest-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.core/0.10.0.b1/org.eclipse.smarthome.config.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.mdns/0.10.0.b1/org.eclipse.smarthome.config.discovery.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.upnp/0.10.0.b1/org.eclipse.smarthome.config.discovery.upnp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery/0.10.0.b1/org.eclipse.smarthome.config.discovery-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.dispatch/0.10.0.b1/org.eclipse.smarthome.config.dispatch-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.serial/0.10.0.b1/org.eclipse.smarthome.config.serial-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.xml/0.10.0.b1/org.eclipse.smarthome.config.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.audio/0.10.0.b1/org.eclipse.smarthome.core.audio-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.autoupdate/0.10.0.b1/org.eclipse.smarthome.core.autoupdate-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.binding.xml/0.10.0.b1/org.eclipse.smarthome.core.binding.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.id/0.10.0.b1/org.eclipse.smarthome.core.id-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.persistence/0.10.0.b1/org.eclipse.smarthome.core.persistence-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.scheduler/0.10.0.b1/org.eclipse.smarthome.core.scheduler-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing.xml/0.10.0.b1/org.eclipse.smarthome.core.thing.xml-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing/0.10.0.b1/org.eclipse.smarthome.core.thing-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.transform/0.10.0.b1/org.eclipse.smarthome.core.transform-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.voice/0.10.0.b1/org.eclipse.smarthome.core.voice-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core/0.10.0.b1/org.eclipse.smarthome.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/extension/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/0.10.0.b1/org.eclipse.smarthome.ui.iconset.classic-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console.karaf/0.10.0.b1/org.eclipse.smarthome.io.console.karaf-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console/0.10.0.b1/org.eclipse.smarthome.io.console-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.javasound/0.10.0.b1/org.eclipse.smarthome.io.javasound-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.monitor/0.10.0.b1/org.eclipse.smarthome.io.monitor-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.net/0.10.0.b1/org.eclipse.smarthome.io.net-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth.basic/0.10.0.b1/org.eclipse.smarthome.io.rest.auth.basic-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth/0.10.0.b1/org.eclipse.smarthome.io.rest.auth-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.core/0.10.0.b1/org.eclipse.smarthome.io.rest.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.log/0.10.0.b1/org.eclipse.smarthome.io.rest.log-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.mdns/0.10.0.b1/org.eclipse.smarthome.io.rest.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.optimize/0.10.0.b1/org.eclipse.smarthome.io.rest.optimize-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sitemap/0.10.0.b1/org.eclipse.smarthome.io.rest.sitemap-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sse/0.10.0.b1/org.eclipse.smarthome.io.rest.sse-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.voice/0.10.0.b1/org.eclipse.smarthome.io.rest.voice-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest/0.10.0.b1/org.eclipse.smarthome.io.rest-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.dbus/0.10.0.b1/org.eclipse.smarthome.io.transport.dbus-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mdns/0.10.0.b1/org.eclipse.smarthome.io.transport.mdns-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mqtt/0.10.0.b1/org.eclipse.smarthome.io.transport.mqtt-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.upnp/0.10.0.b1/org.eclipse.smarthome.io.transport.upnp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.webaudio/0.10.0.b1/org.eclipse.smarthome.io.webaudio-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.core/0.10.0.b1/org.eclipse.smarthome.model.core-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.ide/0.10.0.b1/org.eclipse.smarthome.model.item.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.runtime/0.10.0.b1/org.eclipse.smarthome.model.item.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item/0.10.0.b1/org.eclipse.smarthome.model.item-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.lsp/0.10.0.b1/org.eclipse.smarthome.model.lsp-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.ide/0.10.0.b1/org.eclipse.smarthome.model.persistence.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.runtime/0.10.0.b1/org.eclipse.smarthome.model.persistence.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence/0.10.0.b1/org.eclipse.smarthome.model.persistence-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.ide/0.10.0.b1/org.eclipse.smarthome.model.rule.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.runtime/0.10.0.b1/org.eclipse.smarthome.model.rule.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule/0.10.0.b1/org.eclipse.smarthome.model.rule-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.ide/0.10.0.b1/org.eclipse.smarthome.model.script.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.runtime/0.10.0.b1/org.eclipse.smarthome.model.script.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script/0.10.0.b1/org.eclipse.smarthome.model.script-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.ide/0.10.0.b1/org.eclipse.smarthome.model.sitemap.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.runtime/0.10.0.b1/org.eclipse.smarthome.model.sitemap.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap/0.10.0.b1/org.eclipse.smarthome.model.sitemap-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.ide/0.10.0.b1/org.eclipse.smarthome.model.thing.ide-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.runtime/0.10.0.b1/org.eclipse.smarthome.model.thing.runtime-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing/0.10.0.b1/org.eclipse.smarthome.model.thing-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.json/0.10.0.b1/org.eclipse.smarthome.storage.json-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.mapdb/0.10.0.b1/org.eclipse.smarthome.storage.mapdb-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui.icon/0.10.0.b1/org.eclipse.smarthome.ui.icon-0.10.0.b1.jar -libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui/0.10.0.b1/org.eclipse.smarthome.ui-0.10.0.b1.jar +libexec/openhab2/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/auth/org.eclipse.smarthome.auth.jaas/0.10.0.oh230/org.eclipse.smarthome.auth.jaas-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.api/0.10.0.oh230/org.eclipse.smarthome.automation.api-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.commands/0.10.0.oh230/org.eclipse.smarthome.automation.commands-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.core/0.10.0.oh230/org.eclipse.smarthome.automation.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.core/0.10.0.oh230/org.eclipse.smarthome.automation.module.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.media/0.10.0.oh230/org.eclipse.smarthome.automation.module.media-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.defaultscope/0.10.0.oh230/org.eclipse.smarthome.automation.module.script.defaultscope-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script.rulesupport/0.10.0.oh230/org.eclipse.smarthome.automation.module.script.rulesupport-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.script/0.10.0.oh230/org.eclipse.smarthome.automation.module.script-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.module.timer/0.10.0.oh230/org.eclipse.smarthome.automation.module.timer-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.parser.gson/0.10.0.oh230/org.eclipse.smarthome.automation.parser.gson-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.providers/0.10.0.oh230/org.eclipse.smarthome.automation.providers-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/automation/org.eclipse.smarthome.automation.rest/0.10.0.oh230/org.eclipse.smarthome.automation.rest-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.core/0.10.0.oh230/org.eclipse.smarthome.config.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.mdns/0.10.0.oh230/org.eclipse.smarthome.config.discovery.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.upnp/0.10.0.oh230/org.eclipse.smarthome.config.discovery.upnp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs/0.10.0.oh230/org.eclipse.smarthome.config.discovery.usbserial.linuxsysfs-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery.usbserial/0.10.0.oh230/org.eclipse.smarthome.config.discovery.usbserial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.discovery/0.10.0.oh230/org.eclipse.smarthome.config.discovery-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.dispatch/0.10.0.oh230/org.eclipse.smarthome.config.dispatch-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.serial/0.10.0.oh230/org.eclipse.smarthome.config.serial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/config/org.eclipse.smarthome.config.xml/0.10.0.oh230/org.eclipse.smarthome.config.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.audio/0.10.0.oh230/org.eclipse.smarthome.core.audio-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.autoupdate/0.10.0.oh230/org.eclipse.smarthome.core.autoupdate-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.binding.xml/0.10.0.oh230/org.eclipse.smarthome.core.binding.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.id/0.10.0.oh230/org.eclipse.smarthome.core.id-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.persistence/0.10.0.oh230/org.eclipse.smarthome.core.persistence-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.scheduler/0.10.0.oh230/org.eclipse.smarthome.core.scheduler-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing.xml/0.10.0.oh230/org.eclipse.smarthome.core.thing.xml-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.thing/0.10.0.oh230/org.eclipse.smarthome.core.thing-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.transform/0.10.0.oh230/org.eclipse.smarthome.core.transform-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core.voice/0.10.0.oh230/org.eclipse.smarthome.core.voice-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/core/org.eclipse.smarthome.core/0.10.0.oh230/org.eclipse.smarthome.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/extension/ui/iconset/org.eclipse.smarthome.ui.iconset.classic/0.10.0.oh230/org.eclipse.smarthome.ui.iconset.classic-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console.karaf/0.10.0.oh230/org.eclipse.smarthome.io.console.karaf-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.console/0.10.0.oh230/org.eclipse.smarthome.io.console-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.javasound/0.10.0.oh230/org.eclipse.smarthome.io.javasound-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.monitor/0.10.0.oh230/org.eclipse.smarthome.io.monitor-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.net/0.10.0.oh230/org.eclipse.smarthome.io.net-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth.basic/0.10.0.oh230/org.eclipse.smarthome.io.rest.auth.basic-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.auth/0.10.0.oh230/org.eclipse.smarthome.io.rest.auth-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.core/0.10.0.oh230/org.eclipse.smarthome.io.rest.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.log/0.10.0.oh230/org.eclipse.smarthome.io.rest.log-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.mdns/0.10.0.oh230/org.eclipse.smarthome.io.rest.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.optimize/0.10.0.oh230/org.eclipse.smarthome.io.rest.optimize-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sitemap/0.10.0.oh230/org.eclipse.smarthome.io.rest.sitemap-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.sse/0.10.0.oh230/org.eclipse.smarthome.io.rest.sse-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest.voice/0.10.0.oh230/org.eclipse.smarthome.io.rest.voice-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.rest/0.10.0.oh230/org.eclipse.smarthome.io.rest-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.dbus/0.10.0.oh230/org.eclipse.smarthome.io.transport.dbus-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mdns/0.10.0.oh230/org.eclipse.smarthome.io.transport.mdns-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.mqtt/0.10.0.oh230/org.eclipse.smarthome.io.transport.mqtt-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.javacomm/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial.javacomm-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial.rxtx/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial.rxtx-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.serial/0.10.0.oh230/org.eclipse.smarthome.io.transport.serial-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.transport.upnp/0.10.0.oh230/org.eclipse.smarthome.io.transport.upnp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/io/org.eclipse.smarthome.io.webaudio/0.10.0.oh230/org.eclipse.smarthome.io.webaudio-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.core/0.10.0.oh230/org.eclipse.smarthome.model.core-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.ide/0.10.0.oh230/org.eclipse.smarthome.model.item.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item.runtime/0.10.0.oh230/org.eclipse.smarthome.model.item.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.item/0.10.0.oh230/org.eclipse.smarthome.model.item-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.lsp/0.10.0.oh230/org.eclipse.smarthome.model.lsp-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.ide/0.10.0.oh230/org.eclipse.smarthome.model.persistence.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence.runtime/0.10.0.oh230/org.eclipse.smarthome.model.persistence.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.persistence/0.10.0.oh230/org.eclipse.smarthome.model.persistence-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.ide/0.10.0.oh230/org.eclipse.smarthome.model.rule.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule.runtime/0.10.0.oh230/org.eclipse.smarthome.model.rule.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.rule/0.10.0.oh230/org.eclipse.smarthome.model.rule-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.ide/0.10.0.oh230/org.eclipse.smarthome.model.script.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script.runtime/0.10.0.oh230/org.eclipse.smarthome.model.script.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.script/0.10.0.oh230/org.eclipse.smarthome.model.script-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.ide/0.10.0.oh230/org.eclipse.smarthome.model.sitemap.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap.runtime/0.10.0.oh230/org.eclipse.smarthome.model.sitemap.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.sitemap/0.10.0.oh230/org.eclipse.smarthome.model.sitemap-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.ide/0.10.0.oh230/org.eclipse.smarthome.model.thing.ide-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing.runtime/0.10.0.oh230/org.eclipse.smarthome.model.thing.runtime-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/model/org.eclipse.smarthome.model.thing/0.10.0.oh230/org.eclipse.smarthome.model.thing-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.json/0.10.0.oh230/org.eclipse.smarthome.storage.json-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/storage/org.eclipse.smarthome.storage.mapdb/0.10.0.oh230/org.eclipse.smarthome.storage.mapdb-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui.icon/0.10.0.oh230/org.eclipse.smarthome.ui.icon-0.10.0.oh230.jar +libexec/openhab2/runtime/system/org/eclipse/smarthome/ui/org.eclipse.smarthome.ui/0.10.0.oh230/org.eclipse.smarthome.ui-0.10.0.oh230.jar libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar @@ -287,7 +275,7 @@ libexec/openhab2/runtime/system/org/eclipse/xtext/org. libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar libexec/openhab2/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar -libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.16/jansi-1.16.jar +libexec/openhab2/runtime/system/org/fusesource/jansi/jansi/1.17/jansi-1.17.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 @@ -305,54 +293,50 @@ 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/3.5.0/jline-3.5.0.jar -libexec/openhab2/runtime/system/org/jline/jline/3.5.1-sp1/jline-3.5.1-sp1.jar +libexec/openhab2/runtime/system/org/jline/jline/3.6.0/jline-3.6.0.jar libexec/openhab2/runtime/system/org/jmdns/jmdns/3.5.2/jmdns-3.5.2.jar libexec/openhab2/runtime/system/org/jupnp/org.jupnp/2.3.0/org.jupnp-2.3.0.jar libexec/openhab2/runtime/system/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6.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.2.0/org.openhab.core.compat1x-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.karaf/2.2.0/org.openhab.core.karaf-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core/2.2.0/org.openhab.core-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.jetty.certificate/2.2.0/org.openhab.io.jetty.certificate-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.sound/2.2.0/org.openhab.io.sound-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.dashboard/2.2.0/org.openhab.ui.dashboard-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.homebuilder/2.2.0/org.openhab.ui.homebuilder-2.2.0.jar -libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.2.0/distro-kar-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-automation-js.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-items.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-persistence-rrd4j.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-rules.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-scripts.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-basicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-classicui.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-services-logging.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-sitemaps.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-things.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-transform-de.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.2.0/distro-resources-2.2.0-transform-en.cfg -libexec/openhab2/runtime/system/org/openhab/distro/distro/2.2.0/distro-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.2.0/openhab-addons-2.2.0-features.xml -libexec/openhab2/runtime/system/org/openhab/distro/overrides/2.2.0/overrides-2.2.0-features.xml +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.compat1x/2.3.0/org.openhab.core.compat1x-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core.karaf/2.3.0/org.openhab.core.karaf-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.core/2.3.0/org.openhab.core-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.jetty.certificate/2.3.0/org.openhab.io.jetty.certificate-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.io.sound/2.3.0/org.openhab.io.sound-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.dashboard/2.3.0/org.openhab.ui.dashboard-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/core/org.openhab.ui.homebuilder/2.3.0/org.openhab.ui.homebuilder-2.3.0.jar +libexec/openhab2/runtime/system/org/openhab/distro/distro-kar/2.3.0/distro-kar-2.3.0-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-automation-js.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-items.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-persistence-rrd4j.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-rules.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-scripts.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-basicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-classicui.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-services-logging.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-sitemaps.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-things.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro-resources/2.3.0/distro-resources-2.3.0-transform-en.cfg +libexec/openhab2/runtime/system/org/openhab/distro/distro/2.3.0/distro-2.3.0-features.xml +libexec/openhab2/runtime/system/org/openhab/distro/openhab-addons/2.3.0/openhab-addons-2.3.0-features.xml libexec/openhab2/runtime/system/org/openhab/nrjavaserial/3.12.0.OH/nrjavaserial-3.12.0.OH.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.3/pax-url-aether-2.5.3.jar -libexec/openhab2/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.5.3/pax-url-wrap-2.5.3-uber.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-api/6.0.7/pax-web-api-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.7/pax-web-features-6.0.7-features.xml -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.7/pax-web-features-6.0.7-jettyconfig.xml -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/6.0.7/pax-web-jetty-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/6.0.7/pax-web-runtime-6.0.7.jar -libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/6.0.7/pax-web-spi-6.0.7.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/6.0.9/pax-web-api-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.9/pax-web-features-6.0.9-features.xml +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-features/6.0.9/pax-web-features-6.0.9-jettyconfig.xml +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-jetty/6.0.9/pax-web-jetty-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-runtime/6.0.9/pax-web-runtime-6.0.9.jar +libexec/openhab2/runtime/system/org/ops4j/pax/web/pax-web-spi/6.0.9/pax-web-spi-6.0.9.jar libexec/openhab2/runtime/system/org/ow2/asm/asm-all/5.0.2/asm-all-5.0.2.jar -libexec/openhab2/runtime/system/org/ow2/asm/asm-all/5.2/asm-all-5.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.1/uom-lib-common-1.0.1.jar -libexec/openhab2/runtime/system/tec/uom/uom-se/1.0.3/uom-se-1.0.3.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/start_debug.sh @owner openhab
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812081624.wB8GOcIg018492>