summaryrefslogtreecommitdiffstats
path: root/build/bin
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2007-08-21 07:24:02 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2007-08-21 07:24:02 +0000
commitc48d15f7b0379ab4106f230bb818f8bdbd105d4d (patch)
treed9aac9c99868e9041ff23068a104e31e7d378610 /build/bin
parentabe5b46235859a90ed7c1113fa4e35edd8753048 (diff)
downloadvaadin-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')
-rwxr-xr-xbuild/bin/compile-gwt-components2
-rw-r--r--build/bin/compile-gwt-components.bat2
2 files changed, 2 insertions, 2 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;
diff --git a/build/bin/compile-gwt-components.bat b/build/bin/compile-gwt-components.bat
index 0a84e55e68..f1325b81e3 100644
--- a/build/bin/compile-gwt-components.bat
+++ b/build/bin/compile-gwt-components.bat
@@ -1 +1 @@
-@java -cp "%~dp0\../../src;%~dp0\bin;%~dp0\../gwt/gwt-windows-1.3.3/gwt-user.jar;%~dp0\../gwt/gwt-windows-1.3.3/gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler -out "%~dp0\../../WebContent" %* com.itmill.toolkit.terminal.gwt.Client \ No newline at end of file
+@java -cp "%~dp0\../../src;%~dp0\bin;%~dp0\../gwt/gwt-windows-1.4.59/gwt-user.jar;%~dp0\../gwt/gwt-windows-1.4.59/gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler -out "%~dp0\../../WebContent" %* com.itmill.toolkit.terminal.gwt.Client \ No newline at end of file