Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 6443:28c390debd9b double-precision
merged changes from default into double-precision branch
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Wed, 26 Jun 2013 16:40:25 +0200 |
parents | 004b87755fa4 |
children | e5d8cbce3040 |
comparison
equal
deleted
inserted
replaced
6416:9787773e7bee | 6443:28c390debd9b |
---|---|
194 | 194 |
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" \ | |
200 $FLYS_SOURCE_DIR/river/gwt-client/src/main/java/org/dive4elements/river/client/client/config.xml | |
201 | |
199 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" \ |
200 $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 |
201 | 204 |
202 if [ -r "$FEATURES_XML" ]; then | 205 if [ -r "$FEATURES_XML" ]; then |
203 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml | 206 cp "$FEATURES_XML" $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/features.xml |