Mercurial > dive4elements > river
view flys-backend/contrib/spatial-info.sh @ 4991:b79eb203032d dami
SCHEMA CHANGE: added 'ON DELETE CASCADE' where necessary to delete complete rivers (only in Postgres-Schema so far)
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Thu, 14 Feb 2013 17:36:10 +0100 |
parents | e2deda3b77a7 |
children |
line wrap: on
line source
#!/bin/bash mvn -e \ -Dlog4j.configuration=file://`readlink -f contrib/log4j.properties` \ -Dflys.backend.user=USER \ -Dflys.backend.password=PASSWORD \ -Dflys.backend.url=jdbc:postgresql://THE.DATABASE.HOST:PORT/DBNAME \ -Dflys.backend.spatial.river=Saar \ -Dexec.mainClass=de.intevation.flys.backend.SpatialInfo \ exec:java