[Dive4elements-commits] [PATCH] Fix print configuration, in the config flys is still flys

Wald Commits scm-commit at wald.intevation.org
Fri May 10 09:28:27 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1368170904 -7200
# Node ID 75803c9eb63bb501e203e82383acb158f9de22ad
# Parent  203c934dd669069708516c30a40c5f91d145c482
Fix print configuration, in the config flys is still flys

diff -r 203c934dd669 -r 75803c9eb63b contrib/make_flys_release/README
--- a/contrib/make_flys_release/README	Thu May 09 22:07:14 2013 +0200
+++ b/contrib/make_flys_release/README	Fri May 10 09:28:24 2013 +0200
@@ -103,3 +103,5 @@
 
 Nun kann man den server starten. Dazu in das entsprechende server verzeichnis wechseln
 und ./bin/run ausführen. Der server muss mit diesem arbeitsverzeichnis gestartet werden.
+
+'<,'>s/void \(.*\)(\(.*\));/void \1(\2) {\r    d->\1(\2);\r}\r
diff -r 203c934dd669 -r 75803c9eb63b contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh	Thu May 09 22:07:14 2013 +0200
+++ b/contrib/make_flys_release/make_release.sh	Fri May 10 09:28:24 2013 +0200
@@ -189,7 +189,7 @@
 echo "[INFO]: Artifact Port: $ARTIFACT_PORT"
 
 #Needs to be done before the tomcat replacement below
-sed -i -e "s at http://localhost:8888/river/mapfish-print at https://localhost/flys-${VERSION}/river/mapfish-print at g" \
+sed -i -e "s at http://localhost:8888/flys/mapfish-print at https://localhost/flys-${VERSION}/river/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" \


More information about the Dive4elements-commits mailing list