#!/bin/sh
APPDIR=`dirname $0`;
#java  -cp "$APPDIR/src:$APPDIR/bin:/usr/local/software/gwt-linux-1.4.60/gwt-user.jar:/usr/local/software/gwt-linux-1.4.60/gwt-dev-linux.jar:/usr/local/software/gwt-widgets-0.1.5/gwt-widgets-0.1.5.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" org.gavo.inflight.InflightViewer/InflightViewer.html;
java  -cp "$APPDIR/src:$APPDIR/bin:/usr/local/software/gwt-linux-1.4.60/gwt-user.jar:/usr/local/software/gwt-linux-1.4.60/gwt-dev-linux.jar:/usr/local/software/gwt-widgets-0.1.5/gwt-widgets-0.1.5.jar" com.google.gwt.dev.GWTShell -noserver -out "$APPDIR/www" "$@" http:///vo.ari.uni-heidelberg.de/docs/tmp/static/InflightViewer.html;