blob: 39dae72484564f6c46114b0259582588b382a055 [file] [log] [blame]
mblighe8819cd2008-02-15 16:48:40 +00001#!/bin/sh
2APPDIR=`dirname $0`;
3GWTDIR=`$APPDIR/gwt_dir`;
4java -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;