Mercurial > dive4elements > river
view contrib/make_flys_release/h2/createArtifacts.sh @ 4270:cde9a6fe1844
Refactor ParameterList to use new InfoPanel base class
By using the base class it will be possible to show either a gauge info or a
measurement station info with only small adjustments.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 26 Oct 2012 12:26:01 +0200 |
parents | 9d404069f361 |
children | 3ba2917e49d3 |
line wrap: on
line source
#!/bin/bash mkdir artifactsdb 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 artifactsdb`/artifacts \ -script $DIR/artifacts-h2.sql