Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1213 → Rev 1214

/trunk/Coel-compile
11,12 → 11,12
fi;
 
# Création du fichier apropos.js si nécessaire
if [ ! -h $APPDIR/war/apropos.js ]; then
if [ ! -a $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 [ ! -h $APPDIR/war/config.js ]; then
if [ ! -a $APPDIR/war/config.js ]; then
cp $APPDIR/war/config.defaut.js $APPDIR/war/config.js;
fi;