From 3cfca007a6d81e05492ddfafeab1fda94d55e05d Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Tue, 5 Jun 2007 14:09:17 +0000 Subject: [PATCH] Compile script for compiling GWT-parts to javascript svn changeset:1596/svn branch:trunk --- build/bin/compile-gwt-components | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build/bin/compile-gwt-components diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components new file mode 100755 index 0000000000..bbb0c5261d --- /dev/null +++ b/build/bin/compile-gwt-components @@ -0,0 +1,2 @@ +#!/bin/sh +java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.4.10/gwt-user.jar:../gwt/gwt-mac-1.4.10/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/gwt" "$@" com.itmill.toolkit.terminal.gwt.Client; -- 2.39.5