mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 23:18:26 +00:00
36189e6a63
https://hg.mozilla.org/projects/htmlparser/ Commit: abe62ab2a9b69ccb3b5d8a231ec1ae11154c571d
4 lines
300 B
Bash
4 lines
300 B
Bash
#!/bin/sh
|
|
APPDIR=`dirname $0`;
|
|
java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:/Developer/gwt-mac-1.5.1/gwt-user.jar:/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -style DETAILED -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser;
|