diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-06-12 14:47:29 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-06-12 14:47:29 +0000 |
commit | e31b7a286bbb4509188f74a19e3d50e6d687e3e1 (patch) | |
tree | cc6d5480bd0d144aa59b53cfff717ad14191d2e2 /build/bin/compile-gwt-components.bat | |
parent | 8d034f682c51aa7b91e4278ce916e9bb9fdb3ae2 (diff) | |
download | vaadin-framework-e31b7a286bbb4509188f74a19e3d50e6d687e3e1.tar.gz vaadin-framework-e31b7a286bbb4509188f74a19e3d50e6d687e3e1.zip |
Shell script for Windows.
svn changeset:1686/svn branch:trunk
Diffstat (limited to 'build/bin/compile-gwt-components.bat')
-rw-r--r-- | build/bin/compile-gwt-components.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/bin/compile-gwt-components.bat b/build/bin/compile-gwt-components.bat new file mode 100644 index 0000000000..e98348d038 --- /dev/null +++ b/build/bin/compile-gwt-components.bat @@ -0,0 +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 |