Subversion Repositories eFlore/Applications.coel

Rev

Rev 959 | Blame | Last modification | View Log | RSS feed

#!/bin/sh
APPDIR=`dirname $0`;
# Création d'un lien symbolique si nécessaire.
if [ ! -h $APPDIR/../org.tela_botanica.Coel ]; then
        cd $APPDIR/..;
        ln -s coel/war org.tela_botanica.Coel;
fi;
java  -Xmx1024M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-2.0.0/gwt-user.jar:/opt/gwt-2.0.0/gwt-dev.jar:/opt/gxt-2.1.0/gxt.jar" com.google.gwt.dev.DevMode -whitelist http://www.tela-botanica.org -noserver -port 80 -startupUrl org.tela_botanica.Coel/Coel.html org.tela_botanica.Coel;