git: 207827e2a8e6 - main - misc/openhab: new v3 based upon copy from openhab2

Alexander Leidinger netchild at FreeBSD.org
Sun Jun 20 09:06:19 UTC 2021


The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=207827e2a8e65c4b0933edd15c0b21233c7cfa67

commit 207827e2a8e65c4b0933edd15c0b21233c7cfa67
Author:     Alexander Leidinger <netchild at FreeBSD.org>
AuthorDate: 2021-06-20 09:02:42 +0000
Commit:     Alexander Leidinger <netchild at FreeBSD.org>
CommitDate: 2021-06-20 09:06:12 +0000

    misc/openhab: new v3 based upon copy from openhab2
    
    - copy openhab2* to openhab (follow upstream)
    - update to 3.0.2
    - remove update script (no auto migration from v2, scrip may come back
      later, if needed)
    - use openhab instead openhabvX directories (follow upstream)
    - use openjdk 11 (new requirement)
    - add UPDATING entry for users which may want to switch to v3
---
 UPDATING                                           |  13 +
 misc/openhab-addons/openhab-addons/Makefile        |  32 ++
 misc/openhab-addons/openhab-addons/distinfo        |   3 +
 misc/openhab-addons/openhab-addons/pkg-descr       |   3 +
 misc/openhab/openhab/Makefile                      |  77 ++++
 misc/openhab/openhab/distinfo                      |   3 +
 misc/openhab/openhab/files/openhab.in              |  92 +++++
 .../openhab/openhab/files/patch-runtime_bin_setenv |  12 +
 misc/openhab/openhab/files/pkg-message.in          |  34 ++
 misc/openhab/openhab/pkg-descr                     |   5 +
 misc/openhab/openhab/pkg-plist                     | 444 +++++++++++++++++++++
 11 files changed, 718 insertions(+)

diff --git a/UPDATING b/UPDATING
index 583882c0d2fe..4cf9da68c920 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
 
+20210620:
+  AFFECTS: users of misc/openhab2
+  AUTHOR: netchild at FreeBSD.org
+
+  The openhab v3 port has been committed. Upstream has removed the
+  version from the name, as such the FreeBSD port follows in all places
+  (start script name, directory names, ...).
+  Users are encuraged to migrate from misc/openhab2 to misc/openhab.
+
+  No automatic config migration is available Both versions can be
+  installed in parallel, but an users has to take care to not run
+  both at the same time on the same port.
+
 20210617:
   AFFECTS: users of graphics/mesa-libs
   AUTHOR: kbowling at FreeBSD.org
diff --git a/misc/openhab-addons/openhab-addons/Makefile b/misc/openhab-addons/openhab-addons/Makefile
new file mode 100644
index 000000000000..1c027831e478
--- /dev/null
+++ b/misc/openhab-addons/openhab-addons/Makefile
@@ -0,0 +1,32 @@
+PORTNAME=	openhab-addons
+PORTVERSION=	3.0.2
+CATEGORIES=	misc java
+MASTER_SITES=	https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/
+DISTNAME=	openhab-addons-${PORTVERSION}
+EXTRACT_SUFX=	.kar
+
+MAINTAINER=	netchild at FreeBSD.org
+COMMENT=	Addons for openhab
+
+LICENSE=	EPL
+
+RUN_DEPENDS=	${LOCALBASE}/libexec/openhab/addons/README:misc/openhab
+
+USERS=	openhab
+GROUPS=	openhab
+
+USES=		zip
+NO_WRKSUBDIR=	yes
+NO_BUILD=	yes
+EXTRACT_CMD=	${CP}
+EXTRACT_BEFORE_ARGS="-v"
+EXTRACT_AFTER_ARGS="${EXTRACT_WRKDIR}"
+
+PLIST_FILES=	libexec/openhab/addons/openhab-addons-${PORTVERSION}.kar
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openhab
+	 ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openhab/addons
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/libexec/openhab/addons/)
+
+.include <bsd.port.mk>
diff --git a/misc/openhab-addons/openhab-addons/distinfo b/misc/openhab-addons/openhab-addons/distinfo
new file mode 100644
index 000000000000..52f7d2e0be24
--- /dev/null
+++ b/misc/openhab-addons/openhab-addons/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624175939
+SHA256 (openhab-addons-3.0.2.kar) = 86d77be0e9dcc6050c43f68845469b4e64d13a18a0772f01b17d7444e6584627
+SIZE (openhab-addons-3.0.2.kar) = 213187024
diff --git a/misc/openhab-addons/openhab-addons/pkg-descr b/misc/openhab-addons/openhab-addons/pkg-descr
new file mode 100644
index 000000000000..7120c31a9611
--- /dev/null
+++ b/misc/openhab-addons/openhab-addons/pkg-descr
@@ -0,0 +1,3 @@
+Addons for the openHAB smart-home software.
+
+WWW: http://www.openhab.org/
diff --git a/misc/openhab/openhab/Makefile b/misc/openhab/openhab/Makefile
new file mode 100644
index 000000000000..cac024b87b77
--- /dev/null
+++ b/misc/openhab/openhab/Makefile
@@ -0,0 +1,77 @@
+PORTNAME=	openhab
+PORTVERSION=	3.0.2
+PORTREVISION=	0
+CATEGORIES=	misc java
+MASTER_SITES=	https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/
+DISTNAME=	openhab-${PORTVERSION}
+
+MAINTAINER=	netchild at FreeBSD.org
+COMMENT=	Vendor and technology agnostic open source smart-home software
+
+LICENSE=	EPL
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
+
+USES=		zip
+USE_JAVA=	yes
+JAVA_VERSION=	11
+JAVA_RUN=	yes
+USE_RC_SUBR=	openhab
+SUB_FILES=	pkg-message
+NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
+
+USERS=	openhab
+GROUPS=	openhab
+
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
+
+post-patch:
+	@${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/runtime/bin/setenv
+
+do-build:
+.for conf in services/runtime.cfg services/addons.cfg html/index.html transform/en.map transform/de.map
+	${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 \
+	    ${WRKSRC}/runtime/bin/*.psm1 \
+	    ${WRKSRC}/runtime/bin/setenv.bak \
+	    ${WRKSRC}/runtime/bin/setenv.orig
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}
+	${MKDIR} ${STAGEDIR}/var/log/${PORTNAME}
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/home
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/persistence
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/persistence/db4o
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/persistence/rrd4j
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/persistence/mapdb
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/backups
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/userdata
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/userdata/etc
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/userdata/etc/scripts
+	${MKDIR} ${STAGEDIR}/var/db/${PORTNAME}/userdata/tmp
+	${MKDIR} ${STAGEDIR}/var/run/${PORTNAME}
+	(cd ${WRKSRC}/conf && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc/${PORTNAME})
+	(cd ${WRKSRC} && ${COPYTREE_BIN} runtime ${STAGEDIR}${PREFIX}/libexec/${PORTNAME})
+	(cd ${WRKSRC} && ${COPYTREE_BIN} addons ${STAGEDIR}${PREFIX}/libexec/${PORTNAME})
+.for script in start.sh start_debug.sh
+	${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/
+.endfor
+	(cd ${WRKSRC}/userdata && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/${PORTNAME})
+
+gen-plist:
+	${FIND} ${STAGEDIR} -type f | sed -e "s:${STAGEDIR}${PREFIX}/::g ; s:${PORTVERSION}:%%PORTVERSION%%:g" | sort -u | grep libexec/ >pkg-plist.new
+	echo '@owner openhab' >>pkg-plist.new
+	echo '@group openhab' >>pkg-plist.new
+	${FIND} ${STAGEDIR}${DATADIR} -type f | sed -E -e "s:${STAGEDIR}${DATADIR}/(.*):@sample %%DATADIR%%/\\1 /var/db/openhab/userdata/\\1:g ; s:${PORTVERSION}:%%PORTVERSION%%:g" | sort -u >>pkg-plist.new
+	${FIND} ${STAGEDIR}${ETCDIR} -type d | sort -u | sed -e "s:${STAGEDIR}${ETCDIR}:@dir %%ETCDIR%%:g ; s:${PORTVERSION}:%%PORTVERSION%%:g"  >>pkg-plist.new
+	${FIND} ${STAGEDIR}${ETCDIR} -type f | sort -u | sed -E -e "s:${STAGEDIR}${ETCDIR}/:%%ETCDIR%%/:g ; s:${PORTVERSION}:%%PORTVERSION%%:g ; s:(.*.sample)$:@sample(openhab,openhab,640) \\1:" >>pkg-plist.new
+	${FIND} ${STAGEDIR}/var/db/${PORTNAME} -type d | sort -ru | sed -e "s:${STAGEDIR}:@dir :g" >>pkg-plist.new
+	echo "@dir /var/log/${PORTNAME}" >>pkg-plist.new
+	echo "@dir /var/run/${PORTNAME}" >>pkg-plist.new
+
+.include <bsd.port.mk>
diff --git a/misc/openhab/openhab/distinfo b/misc/openhab/openhab/distinfo
new file mode 100644
index 000000000000..f9aa9e94834c
--- /dev/null
+++ b/misc/openhab/openhab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624174157
+SHA256 (openhab-3.0.2.zip) = ec35593b1d0a1c42f7ed1e7808dcfadf67546fe03bd64a5c2dc9f1cddbe3a728
+SIZE (openhab-3.0.2.zip) = 83737701
diff --git a/misc/openhab/openhab/files/openhab.in b/misc/openhab/openhab/files/openhab.in
new file mode 100644
index 000000000000..3ff1043d3e7c
--- /dev/null
+++ b/misc/openhab/openhab/files/openhab.in
@@ -0,0 +1,92 @@
+#!/bin/sh
+
+#
+# PROVIDE: openhab
+# REQUIRE: LOGIN
+# KEYWORD: shutdown
+#
+# Add these lines to /etc/rc.conf.local or /etc/rc.conf
+# to enable this service:
+#
+# openhab_enable (bool):	Set to NO by default.
+#				Set it to YES to enable openhab.
+# openhab_user (username):	Set to openhab by default.
+# openhab_group (groupname):	Set to openhab by default.
+# openhab_http_port (port):	Set to 8080 by default.
+# openhab_https_port (port):	Set to 8443 by default.
+# openhab_listen_address (IP):	Set to 0.0.0.0 for http/https by default.
+# openhab_backup_dir (path):	Set to /var/db/openhab/backups by default.
+# openhab_java_opts (string):	Empty by default. You can add additional java
+#				options like -Duser.timezone=Europe/Berlin and/or
+#				-Dgnu.io.rxtx.SerialPorts=/dev/cuau0
+#				-Dsun.nio.fs.watchservice=polling
+# openhab_home_dir (path):	Set to %%PREFIX%%/libexec/openhab by default.
+# openhab_conf_dir (path):	Set to %%PREFIX%%/etc/openhab by default.
+# openhab_runtime_dir (path):	Set to %%PREFIX%%/libexec/openhab/runtime by default.
+# openhab_userdata_dir (path):	Set to /var/db/openhab/userdata by default.
+# openhab_log_dir (path):	Set to /var/log/openhab by default.
+
+. /etc/rc.subr
+
+name=openhab
+rcvar=openhab_enable
+
+load_rc_config $name
+
+: ${openhab_enable:="NO"}
+: ${openhab_user:="openhab"}
+: ${openhab_group:="openhab"}
+: ${openhab_http_port:="8080"}
+: ${openhab_https_port:="8443"}
+: ${openhab_listen_address:="0.0.0.0"}
+: ${openhab_backup_dir:="/var/db/openhab/backups"}
+: ${openhab_home_dir:="%%PREFIX%%/libexec/openhab"}
+: ${openhab_conf_dir:="%%PREFIX%%/etc/openhab"}
+: ${openhab_runtime_dir:="%%PREFIX%%/libexec/openhab/runtime"}
+: ${openhab_userdata_dir:="/var/db/openhab/userdata"}
+: ${openhab_log_dir:="/var/log/openhab"}
+
+export OPENHAB_USER="${openhab_user}"
+export OPENHAB_GROUP="${openhab_group}"
+export OPENHAB_HTTP_PORT="${openhab_http_port}"
+export OPENHAB_HTTPS_PORT="${openhab_https_port}"
+export OPENHAB_HTTP_ADDRESS="${openhab_listen_address}"
+export OPENHAB_BACKUPS="${openhab_backup_dir}"
+export EXTRA_JAVA_OPTS="-Dgnu.io.rxtx.SerialPorts=/dev/cuau0 -Dsun.nio.fs.watchservice=polling ${openhab_java_opts}"
+export OPENHAB_HOME="${openhab_home_dir}"
+export OPENHAB_CONF="${openhab_conf_dir}"
+export OPENHAB_RUNTIME="${openhab_runtime_dir}"
+export OPENHAB_USERDATA="${openhab_userdata_dir}"
+export OPENHAB_LOGDIR="${openhab_log_dir}"
+# for UTF-8 encoding, language can be set inside openhab:
+export LC_ALL=en_US.UTF-8
+export JAVA_VERSION=11
+
+pidfile=/var/run/${name}/${name}.pid
+
+command=/usr/sbin/daemon
+command_args="-p ${pidfile} -t openhab ${OPENHAB_HOME}/start.sh server"
+
+openhab_stop() {
+	${OPENHAB_RUNTIME}/bin/stop
+	if [ -e ${pidfile} ]; then
+		wait_for_pids $(cat ${pidfile})
+	fi
+}
+
+openhab_status() {
+	case "$(${OPENHAB_RUNTIME}/bin/status 2>&1)" in
+		"Not Running ...")
+			echo ${name} is not running,
+			;;
+		"Running ...")
+			echo ${name} is running.
+			;;
+	esac
+}
+
+stop_cmd="openhab_stop"
+status_cmd="openhab_status"
+
+
+run_rc_command "$1"
diff --git a/misc/openhab/openhab/files/patch-runtime_bin_setenv b/misc/openhab/openhab/files/patch-runtime_bin_setenv
new file mode 100644
index 000000000000..6963e5b7e82b
--- /dev/null
+++ b/misc/openhab/openhab/files/patch-runtime_bin_setenv
@@ -0,0 +1,12 @@
+--- runtime/bin/setenv.orig	2018-12-17 01:24:37 UTC
++++ runtime/bin/setenv
+@@ -139,6 +139,9 @@ locateJava() {
+     if [ "x${JAVA}" = "x" ] && [ -r /etc/gentoo-release ] ; then
+         JAVA_HOME=$(java-config --jre-home)
+     fi
++    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 [ ! -d "${JAVA_HOME}" ]; then
diff --git a/misc/openhab/openhab/files/pkg-message.in b/misc/openhab/openhab/files/pkg-message.in
new file mode 100644
index 000000000000..d84c9eed249f
--- /dev/null
+++ b/misc/openhab/openhab/files/pkg-message.in
@@ -0,0 +1,34 @@
+
+{ type: install
+  message: <<EOM
+The openhab user interface writes to /var/db/openhab
+(config) and to %%ETCDIR%% (when installing add-onds).
+The config in %%ETCDIR%% is evaluated additionally to
+/var/db/openhab.
+
+See %%PREFIX%%/etc/rc.d/openhab for environment variables you need
+to set by hand (all "export"-ones) if you want to execute some of
+the openhab commands from the shell directly.
+
+When the openhab docs talk about "userdata", look into /var/db/openhab.
+
+Serial ports do not work with FreeBSD, see:
+	https://github.com/openhab/openhab1-addons/wiki/FreeBSD
+
+By default openhab tries to use IPv6. As FreeBSD does not support
+mapping IPV4 multicast addresses inside IPv6 addresses you will get
+the following error message:
+	[ERROR] [org.jupnp.transport.Router] - Unable to initialize network router: org.jupnp.transport.spi.InitializationException: Could not initialize MulticastReceiverImpl: java.net.SocketException: Invalid argument
+
+A workaround is to use the following rc.conf setting which will
+prefer IPv4 over IPv6:
+	openhab_java_opts="-Djava.net.preferIPv4Stack=true"
+
+
+If you upgrade from a pevious version, make a backup of
+	/var/db/openhab
+and read about the breaking changes in the release notes at
+	https://github.com/openhab/openhab-distro/releases/
+EOM
+}
+]
diff --git a/misc/openhab/openhab/pkg-descr b/misc/openhab/openhab/pkg-descr
new file mode 100644
index 000000000000..2da29085ac02
--- /dev/null
+++ b/misc/openhab/openhab/pkg-descr
@@ -0,0 +1,5 @@
+openHAB is a software for integrating different home automation systems and
+technologies into one single solution that allows over-arching automation
+rules and that offers uniform user interfaces.
+
+WWW: https://www.openhab.org/
diff --git a/misc/openhab/openhab/pkg-plist b/misc/openhab/openhab/pkg-plist
new file mode 100644
index 000000000000..8a7efa6a3ace
--- /dev/null
+++ b/misc/openhab/openhab/pkg-plist
@@ -0,0 +1,444 @@
+libexec/openhab/addons/README
+libexec/openhab/runtime/bin/backup
+libexec/openhab/runtime/bin/client
+libexec/openhab/runtime/bin/inc
+libexec/openhab/runtime/bin/instance
+libexec/openhab/runtime/bin/karaf
+libexec/openhab/runtime/bin/oh_dir_layout
+libexec/openhab/runtime/bin/restore
+libexec/openhab/runtime/bin/setenv
+libexec/openhab/runtime/bin/shell
+libexec/openhab/runtime/bin/start
+libexec/openhab/runtime/bin/status
+libexec/openhab/runtime/bin/stop
+libexec/openhab/runtime/bin/update
+libexec/openhab/runtime/bin/update.lst
+libexec/openhab/runtime/bin/userdata_sysfiles.lst
+libexec/openhab/runtime/etc/jetty.xml
+libexec/openhab/runtime/lib/README
+libexec/openhab/runtime/lib/boot/README
+libexec/openhab/runtime/lib/boot/org.apache.karaf.diagnostic.boot-4.2.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.jaas.boot-4.2.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.main-4.2.7.jar
+libexec/openhab/runtime/lib/boot/org.apache.karaf.specs.activator-4.2.7.jar
+libexec/openhab/runtime/lib/boot/osgi.core-6.0.0.jar
+libexec/openhab/runtime/lib/endorsed/README
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml-4.2.7.jar
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.java.xml.ws-4.2.7.jar
+libexec/openhab/runtime/lib/endorsed/org.apache.karaf.specs.locator-4.2.7.jar
+libexec/openhab/runtime/lib/ext/README
+libexec/openhab/runtime/lib/jdk9plus/istack-commons-runtime-3.0.8.jar
+libexec/openhab/runtime/lib/jdk9plus/jakarta.xml.bind-api-2.3.2.jar
+libexec/openhab/runtime/lib/jdk9plus/javax.activation-1.2.0.jar
+libexec/openhab/runtime/lib/jdk9plus/javax.annotation-api-1.3.1.jar
+libexec/openhab/runtime/lib/jdk9plus/jaxb-runtime-2.3.2.jar
+libexec/openhab/runtime/lib/jdk9plus/txw2-2.3.2.jar
+libexec/openhab/runtime/services.cfg
+libexec/openhab/runtime/system/README
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.10.3/jackson-dataformat-xml-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.10.3/jackson-dataformat-yaml-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.10.3/jackson-datatype-jsr310-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.jar
+libexec/openhab/runtime/system/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.3/jackson-module-jaxb-annotations-2.10.3.jar
+libexec/openhab/runtime/system/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
+libexec/openhab/runtime/system/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar
+libexec/openhab/runtime/system/com/hivemq/hivemq-mqtt-client/1.1.2/hivemq-mqtt-client-1.1.2.jar
+libexec/openhab/runtime/system/com/neuronrobotics/nrjavaserial/5.2.1/nrjavaserial-5.2.1.jar
+libexec/openhab/runtime/system/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.jar
+libexec/openhab/runtime/system/com/thoughtworks/xstream/xstream/1.4.13/xstream-1.4.13.jar
+libexec/openhab/runtime/system/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
+libexec/openhab/runtime/system/commons-io/commons-io/2.2/commons-io-2.2.jar
+libexec/openhab/runtime/system/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
+libexec/openhab/runtime/system/commons-net/commons-net/3.3/commons-net-3.3.jar
+libexec/openhab/runtime/system/de/jollyday/jollyday/0.5.10/jollyday-0.5.10.jar
+libexec/openhab/runtime/system/io/netty/netty-buffer/4.1.42.Final/netty-buffer-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec-http/4.1.42.Final/netty-codec-http-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec-mqtt/4.1.42.Final/netty-codec-mqtt-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-codec/4.1.42.Final/netty-codec-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-common/4.1.42.Final/netty-common-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-handler/4.1.42.Final/netty-handler-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-resolver/4.1.42.Final/netty-resolver-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport-native-epoll/4.1.42.Final/netty-transport-native-epoll-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport-native-unix-common/4.1.42.Final/netty-transport-native-unix-common-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/netty/netty-transport/4.1.42.Final/netty-transport-4.1.42.Final.jar
+libexec/openhab/runtime/system/io/reactivex/rxjava2/rxjava/2.2.5/rxjava-2.2.5.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-annotations/2.1.0/swagger-annotations-2.1.0.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-core/2.1.0/swagger-core-2.1.0.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-integration/2.1.0/swagger-integration-2.1.0.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-jaxrs2/2.1.0/swagger-jaxrs2-2.1.0.jar
+libexec/openhab/runtime/system/io/swagger/core/v3/swagger-models/2.1.0/swagger-models-2.1.0.jar
+libexec/openhab/runtime/system/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
+libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
+libexec/openhab/runtime/system/javax/annotation/javax.annotation-api/1.3/javax.annotation-api-1.3.jar
+libexec/openhab/runtime/system/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar
+libexec/openhab/runtime/system/javax/mail/mail/1.4.7/mail-1.4.7.jar
+libexec/openhab/runtime/system/javax/measure/unit-api/1.0/unit-api-1.0.jar
+libexec/openhab/runtime/system/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
+libexec/openhab/runtime/system/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
+libexec/openhab/runtime/system/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1.jar
+libexec/openhab/runtime/system/net/java/dev/jna/jna-platform/5.4.0/jna-platform-5.4.0.jar
+libexec/openhab/runtime/system/net/java/dev/jna/jna/5.4.0/jna-5.4.0.jar
+libexec/openhab/runtime/system/org/apache/aries/jax/rs/org.apache.aries.jax.rs.whiteboard/1.0.9/org.apache.aries.jax.rs.whiteboard-1.0.9.jar
+libexec/openhab/runtime/system/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar
+libexec/openhab/runtime/system/org/apache/aries/spec/org.apache.aries.javax.jax.rs-api/1.0.1/org.apache.aries.javax.jax.rs-api-1.0.1.jar
+libexec/openhab/runtime/system/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.2/org.apache.aries.spifly.dynamic.bundle-1.2.jar
+libexec/openhab/runtime/system/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
+libexec/openhab/runtime/system/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.configadmin/1.9.16/org.apache.felix.configadmin-1.9.16.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.coordinator/1.0.2/org.apache.felix.coordinator-1.0.2.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.fileinstall/3.6.4/org.apache.felix.fileinstall-3.6.4.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.framework/5.6.12/org.apache.felix.framework-5.6.12.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.inventory/1.0.4/org.apache.felix.inventory-1.0.4.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.metatype/1.2.2/org.apache.felix.metatype-1.2.2.jar
+libexec/openhab/runtime/system/org/apache/felix/org.apache.felix.scr/2.1.16/org.apache.felix.scr-2.1.16.jar
+libexec/openhab/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/openhab/runtime/system/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar
+libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jaspic_1.0_spec/1.1/geronimo-jaspic_1.0_spec-1.1.jar
+libexec/openhab/runtime/system/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
+libexec/openhab/runtime/system/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.2.7/org.apache.karaf.bundle.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/config/org.apache.karaf.config.core/4.2.7/org.apache.karaf.config.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.2.7/org.apache.karaf.deployer.blueprint-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.2.7/org.apache.karaf.deployer.features-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.2.7/org.apache.karaf.deployer.kar-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/deployer/org.apache.karaf.deployer.wrap/4.2.7/org.apache.karaf.deployer.wrap-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.2.7/org.apache.karaf.diagnostic.boot-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.core/4.2.7/org.apache.karaf.diagnostic.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/framework/4.2.7/framework-4.2.7-features.xml
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.command/4.2.7/org.apache.karaf.features.command-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.core/4.2.7/org.apache.karaf.features.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/org.apache.karaf.features.extension/4.2.7/org.apache.karaf.features.extension-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/features/standard/4.2.7/standard-4.2.7-features.xml
+libexec/openhab/runtime/system/org/apache/karaf/http/org.apache.karaf.http.core/4.2.7/org.apache.karaf.http.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/instance/org.apache.karaf.instance.core/4.2.7/org.apache.karaf.instance.core-4.2.7.jar
+libexec/openhab/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/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.2.7/org.apache.karaf.jaas.boot-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.command/4.2.7/org.apache.karaf.jaas.command-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.2.7/org.apache.karaf.jaas.config-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.2.7/org.apache.karaf.jaas.modules-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/kar/org.apache.karaf.kar.core/4.2.7/org.apache.karaf.kar.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/log/org.apache.karaf.log.core/4.2.7/org.apache.karaf.log.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.client/4.2.7/org.apache.karaf.client-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/org.apache.karaf.event/4.2.7/org.apache.karaf.event-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/package/org.apache.karaf.package.core/4.2.7/org.apache.karaf.package.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.management/4.2.7/org.apache.karaf.scr.management-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/scr/org.apache.karaf.scr.state/4.2.7/org.apache.karaf.scr.state-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/service/org.apache.karaf.service.core/4.2.7/org.apache.karaf.service.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.2.7/org.apache.karaf.services.eventadmin-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.commands/4.2.7/org.apache.karaf.shell.commands-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.core/4.2.7/org.apache.karaf.shell.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/shell/org.apache.karaf.shell.ssh/4.2.7/org.apache.karaf.shell.ssh-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/system/org.apache.karaf.system.core/4.2.7/org.apache.karaf.system.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.2.7/org.apache.karaf.webconsole.http-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/karaf/wrapper/org.apache.karaf.wrapper.core/4.2.7/org.apache.karaf.wrapper.core-4.2.7.jar
+libexec/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_2/org.apache.servicemix.bundles.javax-inject-1_2.jar
+libexec/openhab/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/openhab/runtime/system/org/apache/servicemix/bundles/org.apache.servicemix.bundles.saaj-impl/1.4.0_2/org.apache.servicemix.bundles.saaj-impl-1.4.0_2.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0/org.apache.servicemix.specs.activation-api-1.1-2.9.0.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_2/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_2.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.annotation-api-1.3/1.3_1/org.apache.servicemix.specs.annotation-api-1.3-1.3_1.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0/org.apache.servicemix.specs.jaxb-api-2.2-2.9.0.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.jaxws-api-2.3/2.3_3/org.apache.servicemix.specs.jaxws-api-2.3-2.3_3.jar
+libexec/openhab/runtime/system/org/apache/servicemix/specs/org.apache.servicemix.specs.saaj-api-1.4/1.4_2/org.apache.servicemix.specs.saaj-api-1.4-1.4_2.jar
+libexec/openhab/runtime/system/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.jar
+libexec/openhab/runtime/system/org/apache/xbean/xbean-bundleutils/4.14/xbean-bundleutils-4.14.jar
+libexec/openhab/runtime/system/org/apache/xbean/xbean-finder/4.14/xbean-finder-4.14.jar
+libexec/openhab/runtime/system/org/apache/xbean/xbean-reflect/4.14/xbean-reflect-4.14.jar
+libexec/openhab/runtime/system/org/bitbucket/b_c/jose4j/0.7.0/jose4j-0.7.0.jar
+libexec/openhab/runtime/system/org/eclipse/californium/californium-core/2.0.0/californium-core-2.0.0.jar
+libexec/openhab/runtime/system/org/eclipse/californium/californium-osgi/2.0.0/californium-osgi-2.0.0.jar
+libexec/openhab/runtime/system/org/eclipse/californium/element-connector/2.0.0/element-connector-2.0.0.jar
+libexec/openhab/runtime/system/org/eclipse/californium/scandium/2.0.0/scandium-2.0.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
+libexec/openhab/runtime/system/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar
+libexec/openhab/runtime/system/org/eclipse/jdt/core/compiler/ecj/4.5.1/ecj-4.5.1.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-client/9.4.20.v20190813/jetty-client-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-deploy/9.4.20.v20190813/jetty-deploy-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaas/9.4.20.v20190813/jetty-jaas-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jaspi/9.4.20.v20190813/jetty-jaspi-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jmx/9.4.20.v20190813/jetty-jmx-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-jndi/9.4.20.v20190813/jetty-jndi-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-plus/9.4.20.v20190813/jetty-plus-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-proxy/9.4.20.v20190813/jetty-proxy-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-rewrite/9.4.20.v20190813/jetty-rewrite-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util-ajax/9.4.20.v20190813/jetty-util-ajax-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.20.v20190813/javax-websocket-client-impl-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.20.v20190813/javax-websocket-server-impl-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-api/9.4.20.v20190813/websocket-api-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-client/9.4.20.v20190813/websocket-client-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-common/9.4.20.v20190813/websocket-common-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-server/9.4.20.v20190813/websocket-server-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/jetty/websocket/websocket-servlet/9.4.20.v20190813/websocket-servlet-9.4.20.v20190813.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.aarch64/1.2.201/org.eclipse.soda.dk.comm.aarch64-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.armv6hf/1.2.201/org.eclipse.soda.dk.comm.armv6hf-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm.x86_64/1.2.201/org.eclipse.soda.dk.comm.x86_64-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/kura/org.eclipse.soda.dk.comm/1.2.201/org.eclipse.soda.dk.comm-1.2.201.jar
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.9.0/org.eclipse.lsp4j.jsonrpc-0.9.0.jar
+libexec/openhab/runtime/system/org/eclipse/lsp4j/org.eclipse.lsp4j/0.9.0/org.eclipse.lsp4j-0.9.0.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.gson/2.8.2.v20180104-1110/com.google.gson-2.8.2.v20180104-1110.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35.v20190528-1517/io.github.classgraph-4.8.35.v20190528-1517.jar
+libexec/openhab/runtime/system/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.equinox.supplement/1.9.0/org.eclipse.equinox.supplement-1.9.0.jar
+libexec/openhab/runtime/system/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.jar
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.23.0/org.eclipse.xtend.lib.macro-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtend/org.eclipse.xtend.lib/2.23.0/org.eclipse.xtend.lib-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.common.types/2.23.0/org.eclipse.xtext.common.types-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.ide/2.23.0/org.eclipse.xtext.ide-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.smap/2.23.0/org.eclipse.xtext.smap-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.util/2.23.0/org.eclipse.xtext.util-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.ide/2.23.0/org.eclipse.xtext.xbase.ide-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.23.0/org.eclipse.xtext.xbase.lib-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext.xbase/2.23.0/org.eclipse.xtext.xbase-2.23.0.jar
+libexec/openhab/runtime/system/org/eclipse/xtext/org.eclipse.xtext/2.23.0/org.eclipse.xtext-2.23.0.jar
+libexec/openhab/runtime/system/org/fusesource/jansi/jansi/1.18/jansi-1.18.jar
+libexec/openhab/runtime/system/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
+libexec/openhab/runtime/system/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar
+libexec/openhab/runtime/system/org/jctools/jctools-core/2.1.2/jctools-core-2.1.2.jar
+libexec/openhab/runtime/system/org/jline/jline-builtins/3.12.1/jline-builtins-3.12.1.jar
+libexec/openhab/runtime/system/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar
+libexec/openhab/runtime/system/org/jline/jline-terminal-jansi/3.12.1/jline-terminal-jansi-3.12.1.jar
+libexec/openhab/runtime/system/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar
+libexec/openhab/runtime/system/org/jline/jline/3.12.1/jline-3.12.1.jar
+libexec/openhab/runtime/system/org/jmdns/jmdns/3.5.6/jmdns-3.5.6.jar
+libexec/openhab/runtime/system/org/jupnp/org.jupnp/2.5.2/org.jupnp-2.5.2.jar
+libexec/openhab/runtime/system/org/jvnet/staxex/stax-ex/1.7.4/stax-ex-1.7.4.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.audio/%%PORTVERSION%%/org.openhab.core.audio-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.jaas/%%PORTVERSION%%/org.openhab.core.auth.jaas-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.auth.oauth2client/%%PORTVERSION%%/org.openhab.core.auth.oauth2client-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.media/%%PORTVERSION%%/org.openhab.core.automation.module.media-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script.rulesupport/%%PORTVERSION%%/org.openhab.core.automation.module.script.rulesupport-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.module.script/%%PORTVERSION%%/org.openhab.core.automation.module.script-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation.rest/%%PORTVERSION%%/org.openhab.core.automation.rest-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.automation/%%PORTVERSION%%/org.openhab.core.automation-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.binding.xml/%%PORTVERSION%%/org.openhab.core.binding.xml-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.core/%%PORTVERSION%%/org.openhab.core.config.core-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.mdns/%%PORTVERSION%%/org.openhab.core.config.discovery.mdns-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.upnp/%%PORTVERSION%%/org.openhab.core.config.discovery.upnp-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial.linuxsysfs/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial.linuxsysfs-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery.usbserial/%%PORTVERSION%%/org.openhab.core.config.discovery.usbserial-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.discovery/%%PORTVERSION%%/org.openhab.core.config.discovery-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.dispatch/%%PORTVERSION%%/org.openhab.core.config.dispatch-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.serial/%%PORTVERSION%%/org.openhab.core.config.serial-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.config.xml/%%PORTVERSION%%/org.openhab.core.config.xml-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ephemeris/%%PORTVERSION%%/org.openhab.core.ephemeris-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.id/%%PORTVERSION%%/org.openhab.core.id-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.bin2json/%%PORTVERSION%%/org.openhab.core.io.bin2json-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console.karaf/%%PORTVERSION%%/org.openhab.core.io.console.karaf-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.console/%%PORTVERSION%%/org.openhab.core.io.console-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth.basic/%%PORTVERSION%%/org.openhab.core.io.http.auth.basic-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http.auth/%%PORTVERSION%%/org.openhab.core.io.http.auth-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.http/%%PORTVERSION%%/org.openhab.core.io.http-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.jetty.certificate/%%PORTVERSION%%/org.openhab.core.io.jetty.certificate-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.monitor/%%PORTVERSION%%/org.openhab.core.io.monitor-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.net/%%PORTVERSION%%/org.openhab.core.io.net-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.audio/%%PORTVERSION%%/org.openhab.core.io.rest.audio-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.auth/%%PORTVERSION%%/org.openhab.core.io.rest.auth-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.core/%%PORTVERSION%%/org.openhab.core.io.rest.core-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.log/%%PORTVERSION%%/org.openhab.core.io.rest.log-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.mdns/%%PORTVERSION%%/org.openhab.core.io.rest.mdns-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sitemap/%%PORTVERSION%%/org.openhab.core.io.rest.sitemap-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.sse/%%PORTVERSION%%/org.openhab.core.io.rest.sse-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.swagger/%%PORTVERSION%%/org.openhab.core.io.rest.swagger-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.ui/%%PORTVERSION%%/org.openhab.core.io.rest.ui-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest.voice/%%PORTVERSION%%/org.openhab.core.io.rest.voice-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.rest/%%PORTVERSION%%/org.openhab.core.io.rest-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mdns/%%PORTVERSION%%/org.openhab.core.io.transport.mdns-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.modbus/%%PORTVERSION%%/org.openhab.core.io.transport.modbus-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.mqtt/%%PORTVERSION%%/org.openhab.core.io.transport.mqtt-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.javacomm/%%PORTVERSION%%/org.openhab.core.io.transport.serial.javacomm-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx.rfc2217/%%PORTVERSION%%/org.openhab.core.io.transport.serial.rxtx.rfc2217-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial.rxtx/%%PORTVERSION%%/org.openhab.core.io.transport.serial.rxtx-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.serial/%%PORTVERSION%%/org.openhab.core.io.transport.serial-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.io.transport.upnp/%%PORTVERSION%%/org.openhab.core.io.transport.upnp-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.karaf/%%PORTVERSION%%/org.openhab.core.karaf-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.core/%%PORTVERSION%%/org.openhab.core.model.core-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.ide/%%PORTVERSION%%/org.openhab.core.model.item.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item.runtime/%%PORTVERSION%%/org.openhab.core.model.item.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.item/%%PORTVERSION%%/org.openhab.core.model.item-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.lsp/%%PORTVERSION%%/org.openhab.core.model.lsp-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.ide/%%PORTVERSION%%/org.openhab.core.model.persistence.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence.runtime/%%PORTVERSION%%/org.openhab.core.model.persistence.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.persistence/%%PORTVERSION%%/org.openhab.core.model.persistence-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.ide/%%PORTVERSION%%/org.openhab.core.model.rule.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule.runtime/%%PORTVERSION%%/org.openhab.core.model.rule.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.rule/%%PORTVERSION%%/org.openhab.core.model.rule-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.ide/%%PORTVERSION%%/org.openhab.core.model.script.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script.runtime/%%PORTVERSION%%/org.openhab.core.model.script.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.script/%%PORTVERSION%%/org.openhab.core.model.script-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.ide/%%PORTVERSION%%/org.openhab.core.model.sitemap.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap.runtime/%%PORTVERSION%%/org.openhab.core.model.sitemap.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.sitemap/%%PORTVERSION%%/org.openhab.core.model.sitemap-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.ide/%%PORTVERSION%%/org.openhab.core.model.thing.ide-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing.runtime/%%PORTVERSION%%/org.openhab.core.model.thing.runtime-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.model.thing/%%PORTVERSION%%/org.openhab.core.model.thing-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.persistence/%%PORTVERSION%%/org.openhab.core.persistence-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.semantics/%%PORTVERSION%%/org.openhab.core.semantics-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.storage.json/%%PORTVERSION%%/org.openhab.core.storage.json-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing.xml/%%PORTVERSION%%/org.openhab.core.thing.xml-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.thing/%%PORTVERSION%%/org.openhab.core.thing-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.transform/%%PORTVERSION%%/org.openhab.core.transform-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui.icon/%%PORTVERSION%%/org.openhab.core.ui.icon-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.ui/%%PORTVERSION%%/org.openhab.core.ui-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core.voice/%%PORTVERSION%%/org.openhab.core.voice-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/core/bundles/org.openhab.core/%%PORTVERSION%%/org.openhab.core-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/openhab/distro/distro-kar/%%PORTVERSION%%/distro-kar-%%PORTVERSION%%-features.xml
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-automation-js.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-items.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-persistence-rrd4j.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-rules.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-scripts.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-services-basicui.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-services-logging.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-sitemaps.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-things.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro-resources/%%PORTVERSION%%/distro-resources-%%PORTVERSION%%-transform-en.cfg
+libexec/openhab/runtime/system/org/openhab/distro/distro/%%PORTVERSION%%/distro-%%PORTVERSION%%-features.xml
+libexec/openhab/runtime/system/org/openhab/distro/openhab-addons/%%PORTVERSION%%/openhab-addons-%%PORTVERSION%%-features.xml
+libexec/openhab/runtime/system/org/openhab/osgiify/com.google.dagger/2.20/com.google.dagger-2.20.jar
+libexec/openhab/runtime/system/org/openhab/osgiify/com.igormaznitsa.jbbp/1.4.1/com.igormaznitsa.jbbp-1.4.1.jar
+libexec/openhab/runtime/system/org/openhab/ui/bundles/org.openhab.ui/%%PORTVERSION%%/org.openhab.ui-%%PORTVERSION%%.jar
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-api/1.11.2/pax-logging-api-1.11.2.jar
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-log4j2/1.11.2/pax-logging-log4j2-1.11.2.jar
+libexec/openhab/runtime/system/org/ops4j/pax/logging/pax-logging-logback/1.11.2/pax-logging-logback-1.11.2.jar
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-aether/2.6.1/pax-url-aether-2.6.1.jar
+libexec/openhab/runtime/system/org/ops4j/pax/url/pax-url-wrap/2.6.1/pax-url-wrap-2.6.1-uber.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-api/7.2.11/pax-web-api-7.2.11.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-extender-whiteboard/7.2.11/pax-web-extender-whiteboard-7.2.11.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.11/pax-web-features-7.2.11-features.xml
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-features/7.2.11/pax-web-features-7.2.11-jettyconfig.xml
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jetty/7.2.11/pax-web-jetty-7.2.11.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-jsp/7.2.11/pax-web-jsp-7.2.11.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-runtime/7.2.11/pax-web-runtime-7.2.11.jar
+libexec/openhab/runtime/system/org/ops4j/pax/web/pax-web-spi/7.2.11/pax-web-spi-7.2.11.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.service.jaxrs/1.0.0/org.osgi.service.jaxrs-1.0.0.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.jar
+libexec/openhab/runtime/system/org/osgi/org.osgi.util.promise/1.1.0/org.osgi.util.promise-1.1.0.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm/7.1/asm-7.1.jar
+libexec/openhab/runtime/system/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar
+libexec/openhab/runtime/system/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar
+libexec/openhab/runtime/system/org/reflections/reflections/0.9.12/reflections-0.9.12.jar
+libexec/openhab/runtime/system/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar
+libexec/openhab/runtime/system/org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar
+libexec/openhab/runtime/system/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
+libexec/openhab/runtime/system/tec/uom/lib/uom-lib-common/1.0.3/uom-lib-common-1.0.3.jar
+libexec/openhab/runtime/system/tec/uom/uom-se/1.0.10/uom-se-1.0.10.jar
+libexec/openhab/start.sh
+libexec/openhab/start_debug.sh
+ at owner openhab
+ at group openhab
+ at sample %%DATADIR%%/etc/all.policy /var/db/openhab/userdata/etc/all.policy
+ at sample %%DATADIR%%/etc/branding-ssh.properties /var/db/openhab/userdata/etc/branding-ssh.properties
+ at sample %%DATADIR%%/etc/branding.properties /var/db/openhab/userdata/etc/branding.properties
+ at sample %%DATADIR%%/etc/config.properties /var/db/openhab/userdata/etc/config.properties
+ at sample %%DATADIR%%/etc/custom.properties /var/db/openhab/userdata/etc/custom.properties
+ at sample %%DATADIR%%/etc/custom.system.properties /var/db/openhab/userdata/etc/custom.system.properties
+ at sample %%DATADIR%%/etc/distribution.info /var/db/openhab/userdata/etc/distribution.info
+ at sample %%DATADIR%%/etc/equinox-debug.properties /var/db/openhab/userdata/etc/equinox-debug.properties
+ at sample %%DATADIR%%/etc/java.util.logging.properties /var/db/openhab/userdata/etc/java.util.logging.properties
+ at sample %%DATADIR%%/etc/jmx.acl.org.apache.karaf.bundle.cfg /var/db/openhab/userdata/etc/jmx.acl.org.apache.karaf.bundle.cfg
+ at sample %%DATADIR%%/etc/jmx.acl.org.apache.karaf.config.cfg /var/db/openhab/userdata/etc/jmx.acl.org.apache.karaf.config.cfg
+ at sample %%DATADIR%%/etc/jre.properties /var/db/openhab/userdata/etc/jre.properties
+ at sample %%DATADIR%%/etc/keys.properties /var/db/openhab/userdata/etc/keys.properties
+ at sample %%DATADIR%%/etc/keystore /var/db/openhab/userdata/etc/keystore
+ at sample %%DATADIR%%/etc/log4j2.xml /var/db/openhab/userdata/etc/log4j2.xml
+ at sample %%DATADIR%%/etc/org.apache.aries.jax.rs.whiteboard.default.cfg /var/db/openhab/userdata/etc/org.apache.aries.jax.rs.whiteboard.default.cfg
+ at sample %%DATADIR%%/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg /var/db/openhab/userdata/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg
+ at sample %%DATADIR%%/etc/org.apache.felix.fileinstall-deploy.cfg /var/db/openhab/userdata/etc/org.apache.felix.fileinstall-deploy.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.bundle.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.bundle.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.config.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.config.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.feature.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.feature.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.jaas.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.jaas.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.kar.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.kar.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.scope_bundle.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.scope_bundle.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.shell.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.shell.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.command.acl.system.cfg /var/db/openhab/userdata/etc/org.apache.karaf.command.acl.system.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.features.cfg /var/db/openhab/userdata/etc/org.apache.karaf.features.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.features.repos.cfg /var/db/openhab/userdata/etc/org.apache.karaf.features.repos.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.features.xml /var/db/openhab/userdata/etc/org.apache.karaf.features.xml
+ at sample %%DATADIR%%/etc/org.apache.karaf.jaas.cfg /var/db/openhab/userdata/etc/org.apache.karaf.jaas.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.kar.cfg /var/db/openhab/userdata/etc/org.apache.karaf.kar.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.log.cfg /var/db/openhab/userdata/etc/org.apache.karaf.log.cfg
+ at sample %%DATADIR%%/etc/org.apache.karaf.shell.cfg /var/db/openhab/userdata/etc/org.apache.karaf.shell.cfg
+ at sample %%DATADIR%%/etc/org.jupnp.cfg /var/db/openhab/userdata/etc/org.jupnp.cfg
+ at sample %%DATADIR%%/etc/org.openhab.audio.cfg /var/db/openhab/userdata/etc/org.openhab.audio.cfg
+ at sample %%DATADIR%%/etc/org.openhab.voice.cfg /var/db/openhab/userdata/etc/org.openhab.voice.cfg
+ at sample %%DATADIR%%/etc/org.ops4j.pax.logging.cfg /var/db/openhab/userdata/etc/org.ops4j.pax.logging.cfg
+ at sample %%DATADIR%%/etc/org.ops4j.pax.url.mvn.cfg /var/db/openhab/userdata/etc/org.ops4j.pax.url.mvn.cfg
+ at sample %%DATADIR%%/etc/org.ops4j.pax.web.cfg /var/db/openhab/userdata/etc/org.ops4j.pax.web.cfg
+ at sample %%DATADIR%%/etc/overrides.properties /var/db/openhab/userdata/etc/overrides.properties
+ at sample %%DATADIR%%/etc/profile.cfg /var/db/openhab/userdata/etc/profile.cfg
+ at sample %%DATADIR%%/etc/scripts/shell.colors.script /var/db/openhab/userdata/etc/scripts/shell.colors.script
+ at sample %%DATADIR%%/etc/scripts/shell.completion.script /var/db/openhab/userdata/etc/scripts/shell.completion.script
+ at sample %%DATADIR%%/etc/shell.init.script /var/db/openhab/userdata/etc/shell.init.script
+ at sample %%DATADIR%%/etc/startup.properties /var/db/openhab/userdata/etc/startup.properties
+ at sample %%DATADIR%%/etc/system.properties /var/db/openhab/userdata/etc/system.properties
+ at sample %%DATADIR%%/etc/users.properties /var/db/openhab/userdata/etc/users.properties
+ at sample %%DATADIR%%/etc/version.properties /var/db/openhab/userdata/etc/version.properties
+ at sample %%DATADIR%%/tmp/README /var/db/openhab/userdata/tmp/README
+ at dir %%ETCDIR%%
+ at dir %%ETCDIR%%/html
+ at dir %%ETCDIR%%/icons
+ at dir %%ETCDIR%%/icons/classic
+ at dir %%ETCDIR%%/items
+ at dir %%ETCDIR%%/persistence
+ at dir %%ETCDIR%%/rules
+ at dir %%ETCDIR%%/scripts
+ at dir %%ETCDIR%%/services
+ at dir %%ETCDIR%%/sitemaps
+ at dir %%ETCDIR%%/sounds
+ at dir %%ETCDIR%%/things
+ at dir %%ETCDIR%%/transform
+ at sample(openhab,openhab,640) %%ETCDIR%%/html/index.html.sample
+%%ETCDIR%%/html/readme.txt
+%%ETCDIR%%/icons/classic/readme.txt
+%%ETCDIR%%/items/readme.txt
+%%ETCDIR%%/persistence/readme.txt
+%%ETCDIR%%/rules/readme.txt
+%%ETCDIR%%/scripts/readme.txt
+ at sample(openhab,openhab,640) %%ETCDIR%%/services/addons.cfg.sample
+%%ETCDIR%%/services/readme.txt
+ at sample(openhab,openhab,640) %%ETCDIR%%/services/runtime.cfg.sample
+%%ETCDIR%%/sitemaps/readme.txt
+%%ETCDIR%%/sounds/barking.mp3
+%%ETCDIR%%/sounds/doorbell.mp3
+%%ETCDIR%%/things/readme.txt
+ at sample(openhab,openhab,640) %%ETCDIR%%/transform/de.map.sample
+ at sample(openhab,openhab,640) %%ETCDIR%%/transform/en.map.sample
+%%ETCDIR%%/transform/readme.txt
+ at dir /var/db/openhab/userdata/tmp
+ at dir /var/db/openhab/userdata/etc/scripts
+ at dir /var/db/openhab/userdata/etc
+ at dir /var/db/openhab/userdata
+ at dir /var/db/openhab/persistence/rrd4j
+ at dir /var/db/openhab/persistence/mapdb
+ at dir /var/db/openhab/persistence/db4o
+ at dir /var/db/openhab/persistence
+ at dir /var/db/openhab/home
+ at dir /var/db/openhab/backups
+ at dir /var/db/openhab
+ at dir /var/log/openhab
+ at dir /var/run/openhab


More information about the dev-commits-ports-main mailing list