Mercurial > people > jerboaa > scheduler-plugin
view copy_jars.sh @ 0:3bb739619e95 tutorial_day_1
Initial plugin code.
author | Mario Torre <neugens.limasoftware@gmail.com> |
---|---|
date | Fri, 25 Jan 2013 16:13:46 +0100 |
parents | |
children | 80dd4b9b42e2 |
line wrap: on
line source
#/bin/sh if [ x"$THERMOSTAT_DEV_HOME" = x ] ; then echo "variable THERMOSTAT_DEV_HOME is not set, should point to the thermostat distribution/target directory" exit -1 fi cp -v ./client-controllers/target/thermostat-tutorial-client-controllers-0.0.1-SNAPSHOT.jar $THERMOSTAT_DEV_HOME/distribution/target/libs cp -v ./client-swing/target/thermostat-tutorial-client-swing-0.0.1-SNAPSHOT.jar $THERMOSTAT_DEV_HOME/distribution/target/libs cp -v ./client-common/target/thermostat-tutorial-client-common-0.0.1-SNAPSHOT.jar $THERMOSTAT_DEV_HOME/distribution/target/libs