Mercurial > dive4elements > river
comparison flys-backend/contrib/spatial-info.sh @ 2426:f97e9b810e58 2.6.1
merged flys-backend/2.6.1
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:26 +0200 |
parents | e2deda3b77a7 |
children |
comparison
equal
deleted
inserted
replaced
2424:092e519ff461 | 2426:f97e9b810e58 |
---|---|
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 |