Mercurial > dive4elements > river
comparison flys-backend/contrib/spatial-info.sh @ 1230:e2deda3b77a7
Introduced support for FLYS spatial data.
flys-backend/trunk@2507 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 18 Aug 2011 15:03:20 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1229:8b12b338a3f6 | 1230:e2deda3b77a7 |
---|---|
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 |