Mercurial > dive4elements > river
view flys-backend/contrib/spatial-info.sh @ 4635:53fa4d5c9fb2
Deprecate FLYSUtils
FLYSUtils should not be used anymore. Instead use/create a Access class hirarchy
to provide a data "view" of an artifact.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Tue, 04 Dec 2012 14:40:54 +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