Subversion Repositories eFlore/Applications.cel

Rev

Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 22
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
APPDIR=`dirname $0`;
2
APPDIR=`dirname $0`;
3
java  -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-linux-1.5.3/gwt-user.jar:/opt/gwt-linux-1.5.3/gwt-dev-linux.jar:/opt/gwtext-2.0.5/gwtext.jar:/opt/gwtextux-0.3/gwtextux.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.tela_botanica.cel2;
3
java  -Xmx512M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-linux-1.5.3/gwt-user.jar:/opt/gwt-linux-1.5.3/gwt-dev-linux.jar:/opt/gwtext-2.0.5/gwtext.jar:/opt/gwtextux-0.3/gwtextux.jar" com.google.gwt.dev.GWTCompiler -style PRETTY -out "$APPDIR/www" "$@" org.tela_botanica.cel2;