# HG changeset patch # User Andre Heinecke # Date 1414161082 -7200 # Node ID fe43340352bcaf6c5b028864042d93d5916c5b4e # Parent 666ac28a0256ea553af7cea7d7c01fff3a811eec (issue1769) Adapt release script for new print url. This also adds a warning to the web.xml that it is used as a template. diff -r 666ac28a0256 -r fe43340352bc contrib/make_flys_release/make_release.sh --- 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" \ diff -r 666ac28a0256 -r fe43340352bc gwt-client/src/main/webapp/WEB-INF/web.xml --- 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"> + + + + + + +