Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 6440:004b87755fa4
fix typo in make_release.sh
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 15:28:46 +0200 |
parents | 47f4d2c1866a |
children | e5d8cbce3040 |
comparison
equal
deleted
inserted
replaced
6439:b02f3a948858 | 6440:004b87755fa4 |
---|---|
195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ | 195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ |
196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ | 196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ |
197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml | 197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml |
198 | 198 |
199 sed -i -e "s@https://flys3-devel.bafg.de/wiki@${WIKI_URL}@g" \ | 199 sed -i -e "s@https://flys3-devel.bafg.de/wiki@${WIKI_URL}@g" \ |
200 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xm | 200 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml |
201 | 201 |
202 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ | 202 sed -i -e "s@/tmp/flys-client.log@${LOG_DIR}/client-${VERSION}.log@g" \ |
203 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties | 203 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/log4j.properties |
204 | 204 |
205 if [ -r "$FEATURES_XML" ]; then | 205 if [ -r "$FEATURES_XML" ]; then |