Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1220 → Rev 1221

/trunk/CoelTest-web
1,3 → 1,3
#!/bin/sh
APPDIR=`dirname $0`;
java -Dgwt.args="-web -out war/coel-test" -Xmx256M -cp "$APPDIR/src:$APPDIR/test:$APPDIR/bin:/opt/eclipse/plugins/org.junit_3.8.2.v20090203-1005/junit.jar:/opt/gwt-2.0.0/gwt-user.jar:/opt/gwt-2.0.0/gwt-dev.jar:/opt/gxt-2.1.0/gxt.jar" junit.textui.TestRunner org.tela_botanica.client.CoelTestSuite "$@";
java -Dgwt.args="-web -out war/coel-test" -Xmx256M -cp "$APPDIR/src:$APPDIR/test:$APPDIR/bin:/opt/eclipse/plugins/org.junit_3.8.2.v20090203-1005/junit.jar:/opt/gwt-2.0.3/gwt-user.jar:/opt/gwt-2.0.3/gwt-dev.jar:/opt/gxt-2.1.1/gxt.jar" junit.textui.TestRunner org.tela_botanica.client.CoelTestSuite "$@";