Mercurial > dive4elements > river
annotate flys-client/src/main/java/de/intevation/flys/client/client/config.xml @ 784:3fa64c796ffc
Added the missing 'back'-button to the DistancePanel.
flys-client/trunk@2278 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 04 Jul 2011 07:15:44 +0000 |
parents | e3c8e045737b |
children | 885b02130528 |
rev | line source |
---|---|
9
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 <config> |
512
e35de49f942f
Reverted commit that changed the default port of the artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
2 <server>http://localhost:8181</server> |
585
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
3 |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
4 <projectlist> |
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
5 <!-- The interval to update the user's projects (in ms) --> |
586
e3c8e045737b
Set project list update interval to 5 minutes.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
585
diff
changeset
|
6 <update-interval>300000</update-interval> |
585
ab7ec931bae2
#22 Introduced a polling mechanism to refresh the projects of a user in the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
512
diff
changeset
|
7 </projectlist> |
9
8facd8545a12
Added a global configuration for the client and classes providing methods to retrieve these information.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
8 </config> |