Subversion Repositories eFlore/Applications.coel

Rev

Rev 131 | Go to most recent revision | 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-1.7.0/gwt-user.jar:/opt/gwt-1.7.0/gwt-dev-linux.jar:/opt/gxt-1.2.4/gxt.jar" com.google.gwt.dev.Compiler org.tela_botanica.Coel;