Update the release script to use the new GWT compilation script.

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3904 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/utils/release b/utils/release
index 6fb1476..d13b32a 100644
--- a/utils/release
+++ b/utils/release
@@ -118,17 +118,12 @@
   )
 done
 
-# --- compile AfeClient 
+# --- compile GWT
 
-print_status "Compiling AfeClient"
-( cd $BASE_DIR/frontend/client && 
-  su $BECOME_USER -c ./AfeClient-compile ) || fatal
-
-# --- compile TkoClient
-
-print_status "Compiling TkoClient"
-( cd $BASE_DIR/frontend/client &&
-  su $BECOME_USER -c ./TkoClient-compile ) || fatal
+print_status "Compiling GWT code."
+( cd $BASE_DIR &&
+  su $BECOME_USER -c "$BASE_DIR/utils/compile_gwt_clients.py -a" || fatal
+)
 
 # --- fix gwt permissions