blob: 430e3be95d19633e553846804ccf1d1e4f0aec2a [file] [log] [blame]
#!/bin/sh
APPDIR=`dirname $0`;
java -cp "$APPDIR/src:$APPDIR/bin:@gwtUserPath:@gwtDevPath" @i18nClass -out $APPDIR/src @className @createMessages ;