Subversion Repositories eFlore/Applications.coel

Rev

Rev 1146 | Rev 1214 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1146 Rev 1183
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
APPDIR=`dirname $0`;
2
APPDIR=`dirname $0`;
3
APPDIR_ABSOLU=`pwd`;
3
APPDIR_ABSOLU=`pwd`;
4
echo $APPDIR
-
 
5
APPLI_NOM="Coel"
4
APPLI_NOM="Coel"
6
APPLI_DOMAINE="org.tela_botanica.$APPLI_NOM"
5
APPLI_DOMAINE="org.tela_botanica.$APPLI_NOM"
7
APPLI_LIEN="$APPLI_DOMAINE-syrah"
6
APPLI_LIEN="$APPLI_DOMAINE-syrah"
Line 8... Line 7...
8
 
7