summaryrefslogtreecommitdiffstats
path: root/build/bin
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-14 07:19:58 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-14 07:19:58 +0000
commit1e2870d89b42d7d842456a2f90536d1f946b41d1 (patch)
tree7fdb02d6bf86551128b54dfc33888df2587fda5d /build/bin
parente09ad7b1c2c5c5ec91e4127c10f5164fba7437a0 (diff)
downloadvaadin-framework-1e2870d89b42d7d842456a2f90536d1f946b41d1.tar.gz
vaadin-framework-1e2870d89b42d7d842456a2f90536d1f946b41d1.zip
svn changeset:1709/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 ded91255b7..a5d9e66494 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" "$@" com.itmill.toolkit.terminal.gwt.Client;
+java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.3.3/gwt-user.jar:../gwt/gwt-mac-1.3.3/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent" "$@" com.itmill.toolkit.terminal.gwt.Client;