#!/bin/sh
APPDIR=`dirname $0`;
java  -cp "$APPDIR/src:$APPDIR/bin:/home/tbr/Dokumente/Studium/semester5/web/gwt/gwt-user.jar:/home/tbr/Dokumente/Studium/semester5/web/gwt/gwt-dev-linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" com.google.gwt.sample.mail.Mail/Mail.html;
