comparison gwt-client/src/main/webapp/WEB-INF/web.xml @ 8445:fe43340352bc

(issue1769) Adapt release script for new print url. This also adds a warning to the web.xml that it is used as a template.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 24 Oct 2014 16:31:22 +0200
parents 242e790fb4ee
children b1580e4d342a
comparison
equal deleted inserted replaced
8444:666ac28a0256 8445:fe43340352bc
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE web-app 2 <!DOCTYPE web-app
3 PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" 3 PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
4 "http://java.sun.com/dtd/web-app_2_3.dtd"> 4 "http://java.sun.com/dtd/web-app_2_3.dtd">
5
6 <!-- ######################## Warning ###################### -->
7 <!-- This file is used as a template in contrib/make_flys_relase.sh -->
8 <!-- If you change a string here make sure that it is not used in -->
9 <!-- The release script! -->
10 <!-- ######################## Warning ###################### -->
11
5 12
6 <web-app> 13 <web-app>
7 14
8 <context-param> 15 <context-param>
9 <param-name>server-url</param-name> 16 <param-name>server-url</param-name>

http://dive4elements.wald.intevation.org