annotate gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml @ 6418:c702bac7f72e

Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve that config from the server but this solution is faster ;) (ServerInfoService wip)
author Christian Lins <christian.lins@intevation.de>
date Wed, 26 Jun 2013 10:39:10 +0200
parents 5aa05a7a34b7
children 6e7aeec2238e
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>
3385
9056ff5abd61 Original values for config.xml and web.xml
Christian Lins <christian.lins@intevation.de>
parents: 3384
diff changeset
2 <server>http://localhost:8181</server>
6418
c702bac7f72e Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
3
c702bac7f72e Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
4 <wiki>https://flys3-devel.bafg.de/wiki</wiki>
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
5
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
6 <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
7 <!-- 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
8 <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
9 </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
10 </config>

http://dive4elements.wald.intevation.org