view main/src/main/resources/com/redhat/thermostat/main/internal/bootstrapbundles.properties @ 2762:8a51183ffad8

Introduce the schema in agent review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025087.html reviewed-by: stooke
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 26 Sep 2017 15:10:28 +0200
parents 90361ef466fb
children ef101bb72531
line wrap: on
line source

bundles=thermostat-shared-config-@project.version@.jar, \
        thermostat-storage-core-@project.version@.jar, \
        thermostat-common-core-@project.version@.jar, \
        thermostat-plugin-validator-@project.version@.jar, \
        thermostat-launcher-@project.version@.jar, \
        thermostat-lang-schema-@project.version@.jar, \
        commons-cli-@commons-cli.version@.jar, \
        org.apache.felix.scr-@felix.scr.version@.jar, \
        gson-@gson.version@.jar, \
        jetty-client-@jetty.version@.jar, \
        jetty-http-@jetty.version@.jar, \
        jetty-io-@jetty.version@.jar, \
        jetty-util-@jetty.version@.jar, \
        javax.servlet-api-@jetty.javax.servlet.osgi.version@.jar
# FIXME Remove gson and everything below once DAOs moved out of storage-core