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/TkoClient-shell b/frontend/client/TkoClient-shell
index dd70842..56e6895 100755
--- a/frontend/client/TkoClient-shell
+++ b/frontend/client/TkoClient-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/new_tko/server/autotest.TkoClient/TkoClient.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/new_tko/server/autotest.TkoClient/TkoClient.html "$@" autotest.TkoClient