Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1215 → Rev 1216

/trunk/Coel-compile
11,12 → 11,12
fi;
 
# Création du fichier apropos.js si nécessaire
if [ ! -a $APPDIR/war/apropos.js ]; then
if [ ! -f $APPDIR/war/apropos.js ]; then
cp $APPDIR/war/apropos.defaut.js $APPDIR/war/apropos.js;
fi;
 
# Création du fichier config.js si nécessaire
if [ ! -a $APPDIR/war/config.js ]; then
if [ ! -f $APPDIR/war/config.js ]; then
cp $APPDIR/war/config.defaut.js $APPDIR/war/config.js;
fi;