aboutsummaryrefslogtreecommitdiffstats
path: root/build/bin/compile-gwt-components
blob: ded91255b7a5dcc58e32e5804104360fc680a749 (plain)
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;