#!/bin/sh
APPDIR=`dirname $0`;
java  -Xmx256M -cp "$APPDIR/WebContent/WEB-INF/lib/gwtopenlayers.jar:$APPDIR/JavaSource:$APPDIR/bin:/home/porter/rhs/gwt-maps/gwt-maps.jar:/home/porter/rhs/gwt/gwt-user.jar:/home/porter/rhs/gwt/gwt-dev.jar" com.google.gwt.dev.Compiler -war "$APPDIR/WebContent/JavaScript/components" "$@" gov.noaa.pmel.tmap.las.VizGal;
java  -Xmx256M -cp "$APPDIR/WebContent/WEB-INF/lib/gwtopenlayers.jar:$APPDIR/JavaSource:$APPDIR/bin:/home/porter/rhs/gwt-maps/gwt-maps.jar:/home/porter/rhs/gwt/gwt-user.jar:/home/porter/rhs/gwt/gwt-dev.jar" com.google.gwt.dev.Compiler -war "$APPDIR/WebContent/JavaScript/components" "$@" gov.noaa.pmel.tmap.las.NativeMapWidget;
