diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-06-14 08:34:47 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-06-14 08:34:47 +0000 |
commit | c6a47a2f7dd94db328bd376c2cb1cc5fec43e270 (patch) | |
tree | 4878a174ac65179241f6590acadf8e875ccdfde8 /build/bin | |
parent | 33484b871870512424e45e49ae23a442dfea40e7 (diff) | |
download | vaadin-framework-c6a47a2f7dd94db328bd376c2cb1cc5fec43e270.tar.gz vaadin-framework-c6a47a2f7dd94db328bd376c2cb1cc5fec43e270.zip |
Updated to compile GWT 1.3.3
svn changeset:1712/svn branch:trunk
Diffstat (limited to 'build/bin')
-rw-r--r-- | build/bin/compile-gwt-components.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bin/compile-gwt-components.bat b/build/bin/compile-gwt-components.bat index e98348d038..0a84e55e68 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.4.10/gwt-user.jar;%~dp0\../gwt/gwt-windows-1.4.10/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.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 |