Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 2523:885b02130528
Implemented ParameterMatrixPanel.getData().
flys-client/trunk@4410 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 15 May 2012 14:21:39 +0000 |
parents | 427df4e81af0 |
children | 39cf246b28c4 |
comparison
equal
deleted
inserted
replaced
2522:6455bb59a26e | 2523:885b02130528 |
---|---|
127 <runTarget>FLYS.html</runTarget> | 127 <runTarget>FLYS.html</runTarget> |
128 <!-- Location of the develop-mode web application structure (gwt:run). --> | 128 <!-- Location of the develop-mode web application structure (gwt:run). --> |
129 <hostedWebapp>target/www</hostedWebapp> | 129 <hostedWebapp>target/www</hostedWebapp> |
130 <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> | 130 <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> |
131 <soyc>true</soyc> | 131 <soyc>true</soyc> |
132 <port>8881</port> | |
133 <codeServerPort>9991</codeServerPort> | |
134 <logLevel>INFO' -bindAddress 0.0.0.0 -codeServerPort 9991 -logLevel 'INFO</logLevel> | |
132 </configuration> | 135 </configuration> |
133 </plugin> | 136 </plugin> |
134 | 137 |
135 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> | 138 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> |
136 <plugin> | 139 <plugin> |