Mercurial > dive4elements > river
view contrib/make_flys_release/h2/createDatacage.sh @ 4607:c0a275c581fb
Add a welcome screen to the workspace background
If the workspace background is visible a welcome message is shown and the user
is able to create a new project via a button.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 30 Nov 2012 10:18:32 +0100 |
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