comparison contrib/make_flys_release/make_release.sh @ 5678:57803a199856

Update Layout and add basic UTF-8 support that is still broken for data values in the attributes table
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 12 Apr 2013 13:01:58 +0200
parents 17c956be4692
children d2c6d4ca6841
comparison
equal deleted inserted replaced
5677:413798463dfe 5678:57803a199856
197 find $FLYS_SOURCE_DIR/flys/flys-artifacts/src/main/resources/ -name messages\*.properties | \ 197 find $FLYS_SOURCE_DIR/flys/flys-artifacts/src/main/resources/ -name messages\*.properties | \
198 xargs sed -i "s@https://flys-intern.intevation.de/Flys-3.0@${WIKI_URL}@g"; 198 xargs sed -i "s@https://flys-intern.intevation.de/Flys-3.0@${WIKI_URL}@g";
199 199
200 find $FLYS_SOURCE_DIR/flys/ -name \*.properties -o -name \*.xsl | \ 200 find $FLYS_SOURCE_DIR/flys/ -name \*.properties -o -name \*.xsl | \
201 xargs sed -i "s@https://flys-intern.intevation.de@${WIKI_URL}@g"; 201 xargs sed -i "s@https://flys-intern.intevation.de@${WIKI_URL}@g";
202
203 sed -i -e "s@/usr/share/fonts/truetype/freefont@${FONT_PATH}@g" \
204 $FLYS_SOURCE_DIR/flys/flys-client/src/main/webapp/WEB-INF/config.yaml
202 205
203 if [ ! -f $FLYS_SOURCE_DIR/OpenLayers-2.11.tar.gz ]; then 206 if [ ! -f $FLYS_SOURCE_DIR/OpenLayers-2.11.tar.gz ]; then
204 echo "INFO: download OpenLayers-2.11 for client" 207 echo "INFO: download OpenLayers-2.11 for client"
205 cd $FLYS_SOURCE_DIR 208 cd $FLYS_SOURCE_DIR
206 curl -O http://openlayers.org/download/OpenLayers-2.11.tar.gz 209 curl -O http://openlayers.org/download/OpenLayers-2.11.tar.gz

http://dive4elements.wald.intevation.org