summaryrefslogtreecommitdiffstats
path: root/build/bin
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-05 14:20:54 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-05 14:20:54 +0000
commite0d204245eacf1f7b105a1390559ce6051c8655f (patch)
tree6b52253b4b71b4def5d0cf5c567c392afdee1543 /build/bin
parent7a81a31b816f8d4f5abfd6309d3443e95228bb05 (diff)
downloadvaadin-framework-e0d204245eacf1f7b105a1390559ce6051c8655f.tar.gz
vaadin-framework-e0d204245eacf1f7b105a1390559ce6051c8655f.zip
moved gwt generation target path
svn changeset:1599/svn branch:trunk
Diffstat (limited to 'build/bin')
-rwxr-xr-xbuild/bin/compile-gwt-components2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components
index bbb0c5261d..ded91255b7 100755
--- a/build/bin/compile-gwt-components
+++ b/build/bin/compile-gwt-components
@@ -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;