# HG changeset patch # User Mario Torre # Date 1506588629 -7200 # Node ID e7a2adb465d1a12d0fa3d5c09f138b7d6bf82446 # Parent ab2706b9b1e331015dc30fe6e5441af65096e2d8 Little fix for Schema review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025194.html reviewed-by: jkang diff -r ab2706b9b1e3 -r e7a2adb465d1 common/type-system/pom.xml --- a/common/type-system/pom.xml Fri Sep 15 11:41:22 2017 -0400 +++ b/common/type-system/pom.xml Thu Sep 28 10:50:29 2017 +0200 @@ -80,6 +80,18 @@ + + org.apache.felix + maven-scr-plugin + + + generate-scr-scrdescriptor + + scr + + + + diff -r ab2706b9b1e3 -r e7a2adb465d1 thermostat-ng.sh --- a/thermostat-ng.sh Fri Sep 15 11:41:22 2017 -0400 +++ b/thermostat-ng.sh Thu Sep 28 10:50:29 2017 +0200 @@ -236,10 +236,7 @@ } build_support_libs() { - for i in "${SUPPORT_LIBS_ROOTS[@]}" - do - build "$i" mvn_install - done + build "$SUPPORT_LIBS_ROOTS" mvn_install } build_agent() { @@ -307,7 +304,7 @@ AGENT_ROOT="${TOP_DIR}/agent" WEB_CLIENT_ROOT="${TOP_DIR}/web-client" GATEWAY_URL="$(get_gateway_url)" -SUPPORT_LIBS_ROOTS="${TOP_DIR}/common" +SUPPORT_LIBS_ROOTS="${TOP_DIR}/" DO_BUILD=${BUILD:-true} RUN_DATA_DIR="$TOP_DIR/data"