# HG changeset patch # User Andre Heinecke # Date 1368549788 -7200 # Node ID bf5dba3f66ac3aa4c280fdcc9452afae7ab24f4d # Parent 078677c684af8b921c13a8504e730a233d694eec Flys is still flys for the print url diff -r 078677c684af -r bf5dba3f66ac contrib/make_flys_release/make_release.sh --- a/contrib/make_flys_release/make_release.sh Tue May 14 18:41:43 2013 +0200 +++ b/contrib/make_flys_release/make_release.sh Tue May 14 18:43:08 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/flys/mapfish-print@https://localhost/flys-${VERSION}/river/mapfish-print@g" \ +sed -i -e "s@http://localhost:8888/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" \