Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 936:759808931a2e
Add Swing standalone app to test/develope cross sections directly from database.
flys-artifacts/trunk@2328 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 13 Jul 2011 17:33:15 +0000 |
parents | 353ddfa231a7 |
children | 9e813e9137a5 |
comparison
equal
deleted
inserted
replaced
935:353ddfa231a7 | 936:759808931a2e |
---|---|
1 2011-07-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/charts/CrossSectionApp.java: | |
4 New. Standalone Swing-App to test cross sections from database without the | |
5 hassles of our complete software stack. Runnable from a maven environment: | |
6 | |
7 $ mvn -e \ | |
8 -Dflys.backend.user=DB_USER \ | |
9 -Dflys.backend.password=DB_PASSWD \ | |
10 -Dflys.backend.url=DB_CONNECTION_URL \ | |
11 -Dexec.mainClass=de.intevation.flys.artifacts.charts.CrossSectionApp \ | |
12 exec:java | |
13 | |
14 You can set the river to be used with the system property 'river'. | |
15 Defaults to 'Mosel'. | |
16 | |
17 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENFacet.java: | |
18 Removed superfluous imports. | |
19 | |
1 2011-07-13 Ingo Weinzierl <ingo@intevation.de> | 20 2011-07-13 Ingo Weinzierl <ingo@intevation.de> |
2 | 21 |
3 * doc/conf/artifacts/winfo.xml: The FloodMapState has a new Outputmode | 22 * doc/conf/artifacts/winfo.xml: The FloodMapState has a new Outputmode |
4 called "floodmap" now. | 23 called "floodmap" now. |
5 | 24 |