update GWT run scripts/launch configs for GWT 1.6+

Signed-off-by: Steve Howard <showard@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3668 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/client/AfeClient-shell b/frontend/client/AfeClient-shell
index 07e2261..cda2b43 100755
--- a/frontend/client/AfeClient-shell
+++ b/frontend/client/AfeClient-shell
@@ -1,4 +1,4 @@
 #!/bin/sh
 APPDIR=`dirname $0`;
 GWTDIR=`$APPDIR/gwt_dir`;
-java  -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/autotest.AfeClient/AfeClient.html;
+java  -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.AfeClient/AfeClient.html "$@" autotest.AfeClient