Mercurial > dive4elements > river
view flys-backend/contrib/spatial-info.sh @ 2810:04eeb45df27b
Implemented model classes and importer classes for bed height epochs.
flys-backend/trunk@4222 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 12 Apr 2012 12:50:49 +0000 |
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