Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1552 → Rev 1553

/trunk/mise_en_ligne.sh
4,15 → 4,16
# Auteur : Jean-Pascal Milcent <jpm@tela-botanica.org> (translate bat file to shell script)
# License : GPL v3
# Création : 11 janvier 2010
# Version: 0.1
# Version: 0.2
# 2010-09-13 - Ajout de la création du nom de l'appli automatique.
# $Id$
########################################################################################################################
# Constante
NBREPARAM=$#
APPDIR=`dirname $0`;
APPDIR_ABSOLU=`pwd`;
NBREPARAM=$#
APPLI_NOM="Coel"
FICHIER_COMPILATION="$APPLI_NOM-compile"
APPLI_NOM=`basename $APPDIR_ABSOLU | sed 's/^./\u&/'`
FICHIER_COMPILATION="$APPLI_NOM-compile-prod"
DOSSIER_COMPILATION="$APPDIR/war"
DOSSIER_DESTINATION="/www/eflore/coel"
DOSSIER_JREST="$APPDIR/jrest"