mbligh | e8819cd | 2008-02-15 16:48:40 +0000 | [diff] [blame^] | 1 | #!/bin/sh |
2 | APPDIR=`dirname $0`; | ||||
3 | GWTDIR=`$APPDIR/gwt_dir`; | ||||
4 | java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" http://localhost:8000/afe/server/afeclient.ClientMain/ClientMain.html; |