view flys-aft/bin/run.sh @ 4610:497bc73ca64a

Fix: Don't show the warning if datatype is WQKms Add a missing return to not show the warning. WQKms data objects are already handled correctly in the ComputedDischargeCurveExporter.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 30 Nov 2012 16:06:03 +0100
parents f72c253663fc
children
line wrap: on
line source
#!/bin/bash

bin_dir=`dirname $0`
bin_dir=`readlink -f $bin_dir`
exec java \
    -Dlog4j.configuration=file://$bin_dir/log4j.properties \
    -Dconfig.file=$bin_dir/../doc/conf-oracle.xml \
    -jar $bin_dir/etl.jar

http://dive4elements.wald.intevation.org