# HG changeset patch # User Andre Heinecke # 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@http://localhost:8888/river/mapfish-print@https://localhost/flys-${VERSION}/river/mapfish-print@g" \ +sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/river/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" \