From: Joonas Lehtinen Date: Fri, 24 Aug 2007 07:41:05 +0000 (+0000) Subject: Cleaning generated files, removed unnecessary classpath entry X-Git-Tag: 6.7.0.beta1~6073 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b7dcb0b3faff1aa31c48c48e65b4505cb89cd673;p=vaadin-framework.git Cleaning generated files, removed unnecessary classpath entry svn changeset:2119/svn branch:trunk --- diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components index 619840ef9f..3456872d0d 100755 --- a/build/bin/compile-gwt-components +++ b/build/bin/compile-gwt-components @@ -1,2 +1,3 @@ #!/bin/sh -java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.4.59/gwt-user.jar:../gwt/gwt-mac-1.4.59/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent" "$@" com.itmill.toolkit.terminal.gwt.Client; +rm -r ../../WebContent/com.itmill.toolkit.terminal.gwt.Client/* +java -XstartOnFirstThread -cp "../../src:../gwt/gwt-mac-1.4.59/gwt-user.jar:../gwt/gwt-mac-1.4.59/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent" "$@" com.itmill.toolkit.terminal.gwt.Client;