Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 3540:98fac4872ae6
Add missing imports and fix package declaration of RemoteServiceServlet
flys-client/trunk@5353 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Tue, 04 Sep 2012 10:42:40 +0000 |
parents | 5ffad8bde8ad |
children | ca0db8a0e01e |
comparison
equal
deleted
inserted
replaced
3539:091397efaca5 | 3540:98fac4872ae6 |
---|---|
154 <runTarget>FLYS.html</runTarget> | 154 <runTarget>FLYS.html</runTarget> |
155 <!-- Location of the develop-mode web application structure (gwt:run). --> | 155 <!-- Location of the develop-mode web application structure (gwt:run). --> |
156 <hostedWebapp>target/www</hostedWebapp> | 156 <hostedWebapp>target/www</hostedWebapp> |
157 <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> | 157 <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> |
158 <soyc>true</soyc> | 158 <soyc>true</soyc> |
159 <port>8882</port> | |
160 <logLevel>INFO' -bindAddress 0.0.0.0 -codeServerPort 9992 -logLevel 'INFO</logLevel> | |
159 </configuration> | 161 </configuration> |
160 </plugin> | 162 </plugin> |
161 | 163 |
162 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> | 164 <!-- Add source folders to test classpath in order to run gwt-tests as normal junit-tests --> |
163 <plugin> | 165 <plugin> |