Reinstate the java->c++ source, generator code.

This commit is contained in:
Fedor
2020-03-12 20:40:42 +03:00
parent 30e6400e30
commit 1b648eee31
390 changed files with 91467 additions and 135 deletions
@@ -0,0 +1,3 @@
#!/bin/sh
APPDIR=`dirname $0`;
java -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:$APPDIR/bin:/home/hsivonen/gwt-linux-1.5.1/gwt-user.jar:/home/hsivonen/gwt-linux-1.5.1/gwt-dev-linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser/HtmlParser.html;