From c67139901449aef60b9dc32810c15ba95101f52e Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 8 Jul 2010 12:03:36 +0000 Subject: update the shell scripts and some other configuration files for GWT 2.0.4 --- src/ui/gwt/Morpho-compile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/ui/gwt/Morpho-compile') diff --git a/src/ui/gwt/Morpho-compile b/src/ui/gwt/Morpho-compile index e3cb451ed..234e18322 100644 --- a/src/ui/gwt/Morpho-compile +++ b/src/ui/gwt/Morpho-compile @@ -5,8 +5,8 @@ APPDIR=`dirname $0`; if [ -z "$GWT_CLASSPATH" ]; then echo 'ERROR: $GWT_CLASSPATH is not set' echo 'Set $GWT_CLASSPATH to point to the GWT JAR files. For example:' - echo 'export GWT_DIR="/Users/bringert/src/gwt-mac-1.5.2"' - echo 'export GWT_CLASSPATH="$GWT_DIR/gwt-user.jar:$GWT_DIR/gwt-dev-mac.jar"' + echo 'export GWT_DIR="/Users/bringert/src/gwt-2.0.4"' + echo 'export GWT_CLASSPATH="$GWT_DIR/gwt-user.jar:$GWT_DIR/gwt-dev.jar"' exit 1 fi @@ -14,6 +14,4 @@ if [ `uname` = "Darwin" ]; then GWT_JAVA_OPTS=-XstartOnFirstThread fi -LIBS=$APPDIR/lib/gwt-dnd-2.5.6.jar - -java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www/morpho" "$@" se.chalmers.cs.gf.gwt.MorphoApp; +java $GWT_JAVA_OPTS -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$LIBS:$GWT_CLASSPATH" com.google.gwt.dev.Compiler -war "$APPDIR/www/morpho" "$@" org.grammaticalframework.ui.gwt.MorphoApp; -- cgit v1.2.3