]> source.dussan.org Git - vaadin-framework.git/commitdiff
moved gwt generation target path
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 5 Jun 2007 14:20:54 +0000 (14:20 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 5 Jun 2007 14:20:54 +0000 (14:20 +0000)
svn changeset:1599/svn branch:trunk

build/bin/compile-gwt-components

index bbb0c5261dcf57d0918d53349b4b2aabb0446fe6..ded91255b7a5dcc58e32e5804104360fc680a749 100755 (executable)
@@ -1,2 +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;
+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" "$@" com.itmill.toolkit.terminal.gwt.Client;