1#!/bin/sh
2HOMEDIR=`dirname $0`;
3java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev.jar com.google.gwt.i18n.tools.I18NCreator "$@";
4