Mercurial > dive4elements > river
view contrib/make_flys_release/h2/createDatacage.sh @ 4269:0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
The new ui classes are using the new extracted base class InfoPanel and InfoTree
which are in common with the gauge info.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 26 Oct 2012 12:22:06 +0200 |
parents | 9d404069f361 |
children | 3ba2917e49d3 |
line wrap: on
line source
#!/bin/bash mkdir datacagedb DIR=`dirname $0` DIR=`readlink -f "$DIR"` CLASSPATH= for l in `find "$DIR" -name \*.jar -print`; do CLASSPATH=$CLASSPATH:$l done export CLASSPATH java org.h2.tools.RunScript \ -url jdbc:h2:`readlink -f datacagedb`/datacage \ -script $DIR/datacage.sql