view flys-aft/bin/run.sh @ 4694:5411975223f0

Change only local used methods to private ones Be clear that these methods are only private api of the ProjectList class.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 17 Dec 2012 16:16:29 +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