Mercurial > dive4elements > river
changeset 2904:e740c43e6f5b
Reverted accidently commited port changes from last commit.
flys-client/trunk@4668 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 15 Jun 2012 07:14:45 +0000 |
parents | f05f5586f5fd |
children | 51ed89b754ae |
files | flys-client/ChangeLog flys-client/pom.xml flys-client/src/main/java/de/intevation/flys/client/client/config.xml flys-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 4 files changed, 8 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jun 14 13:38:35 2012 +0000 +++ b/flys-client/ChangeLog Fri Jun 15 07:14:45 2012 +0000 @@ -1,3 +1,9 @@ +2012-06-15 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/config.xml, + src/main/webapp/WEB-INF/web.xml, + pom.xml: Reverted accidently commited personal changes (ports). + 2012-06-14 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,
--- a/flys-client/pom.xml Thu Jun 14 13:38:35 2012 +0000 +++ b/flys-client/pom.xml Fri Jun 15 07:14:45 2012 +0000 @@ -129,9 +129,6 @@ <hostedWebapp>target/www</hostedWebapp> <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> <soyc>true</soyc> - <port>8881</port> - <codeServerPort>9991</codeServerPort> - <logLevel>INFO' -bindAddress 0.0.0.0 -codeServerPort 9991 -logLevel 'INFO</logLevel> </configuration> </plugin>
--- a/flys-client/src/main/java/de/intevation/flys/client/client/config.xml Thu Jun 14 13:38:35 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/config.xml Fri Jun 15 07:14:45 2012 +0000 @@ -1,5 +1,5 @@ <config> - <server>http://localhost:1610</server> + <server>http://localhost:8181</server> <projectlist> <!-- The interval to update the user's projects (in ms) -->
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jun 14 13:38:35 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Fri Jun 15 07:14:45 2012 +0000 @@ -7,7 +7,7 @@ <context-param> <param-name>server-url</param-name> - <param-value>http://localhost:1610</param-value> + <param-value>http://localhost:8181</param-value> </context-param> <!-- Servlets -->