changeset 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 666ac28a0256
children 75b84f139c1b
files contrib/make_flys_release/make_release.sh gwt-client/src/main/webapp/WEB-INF/web.xml
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/make_flys_release/make_release.sh	Fri Oct 24 11:54:30 2014 +0200
+++ b/contrib/make_flys_release/make_release.sh	Fri Oct 24 16:31:22 2014 +0200
@@ -210,7 +210,7 @@
         $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties
 fi
 
-sed -i -e "s@http://localhost:8080/d4e/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \
+sed -i -e "s@http://localhost:8080/d4e-river/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \
     $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml
 
 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \
--- a/gwt-client/src/main/webapp/WEB-INF/web.xml	Fri Oct 24 11:54:30 2014 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/web.xml	Fri Oct 24 16:31:22 2014 +0200
@@ -3,6 +3,13 @@
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd">
 
+<!-- ######################## Warning ###################### -->
+<!-- This file is used as a template in contrib/make_flys_relase.sh -->
+<!-- If you change a string here make sure that it is not used in -->
+<!-- The release script! -->
+<!-- ######################## Warning ###################### -->
+
+
 <web-app>
 
     <context-param>

http://dive4elements.wald.intevation.org