[PATCH] (issue1769) Adapt release script for new print url
Wald Commits
scm-commit at wald.intevation.org
Fri Oct 24 16:31:26 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# 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 at http://localhost:8080/d4e/flys/mapfish-print at https://localhost/flys-${VERSION}/flys/mapfish-print at g" \
+sed -i -e "s at http://localhost:8080/d4e-river/flys/mapfish-print at https://localhost/flys-${VERSION}/flys/mapfish-print at g" \
$FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml
sed -i -e "s at http://localhost:8181 at http://localhost:$ARTIFACT_PORT at 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">
+<!-- ######################## 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>
More information about the Dive4Elements-commits
mailing list