comparison flys-backend/contrib/spatial-info.sh @ 3813:6aeee2250418 pre2.6-2011-12-05

merged flys-backend/pre2.6-2011-12-05
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:54 +0200
parents e2deda3b77a7
children
comparison
equal deleted inserted replaced
3812:f788d2d901d6 3813:6aeee2250418
1 #!/bin/bash
2
3 mvn -e \
4 -Dlog4j.configuration=file://`readlink -f contrib/log4j.properties` \
5 -Dflys.backend.user=USER \
6 -Dflys.backend.password=PASSWORD \
7 -Dflys.backend.url=jdbc:postgresql://THE.DATABASE.HOST:PORT/DBNAME \
8 -Dflys.backend.spatial.river=Saar \
9 -Dexec.mainClass=de.intevation.flys.backend.SpatialInfo \
10 exec:java

http://dive4elements.wald.intevation.org