view flys-aft/bin/run.sh @ 4263:6abc8507e3c8

Add operator and station id to the artifact xml Return also the operator and id in the xml description returned by MeasurementStationInfoService.
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 26 Oct 2012 11:15:10 +0200
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