diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-08-21 07:24:02 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-08-21 07:24:02 +0000 |
commit | c48d15f7b0379ab4106f230bb818f8bdbd105d4d (patch) | |
tree | d9aac9c99868e9041ff23068a104e31e7d378610 /build/bin/compile-gwt-components | |
parent | abe5b46235859a90ed7c1113fa4e35edd8753048 (diff) | |
download | vaadin-framework-c48d15f7b0379ab4106f230bb818f8bdbd105d4d.tar.gz vaadin-framework-c48d15f7b0379ab4106f230bb818f8bdbd105d4d.zip |
updated to work with GWT 1.4.59
svn changeset:2075/svn branch:trunk
Diffstat (limited to 'build/bin/compile-gwt-components')
-rwxr-xr-x | build/bin/compile-gwt-components | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components index a5d9e66494..619840ef9f 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.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; +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; |