aboutsummaryrefslogtreecommitdiffstats
path: root/build/bin/compile-gwt-components
blob: 619840ef9f3a1909065013f4c76b025995f5c47c (plain)
1
2
#!/bin/sh
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;