ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #365] Parse the strings in -business and append them to the keys file in -webapp.

This commit is contained in:
Jacobo Aragunde Pérez 2010-03-08 19:58:08 +01:00 committed by Javier Moran Rua
parent 1a805b87a0
commit 928ce03f82

View file

@ -18,6 +18,7 @@ if [ ! -f $WEBAPP_KEYS ]
fi
./gettext-keys-generator.pl -d $NAVALPLANNER_WEBAPP -k $WEBAPP_KEYS 2> /dev/null
./gettext-keys-generator.pl --java -d $NAVALPLANNER_BUSINESS -k $WEBAPP_KEYS 2> /dev/null
find $NAVALPLANNER_BUSINESS/src -name "*.java" -exec xgettext -j --from-code=utf-8 -k_ -o $WEBAPP_KEYS '{}' \;
# Parse ganttzk java and zul
cd $NAVALPLANNER_GANTTZK