Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 57 Rev 70
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-1.5.3/gwt-user.jar:/opt/gwt-1.5.3/gwt-dev-linux.jar:/opt/gxt-1.2.1/gxt.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.tela_botanica.Coel;
3
java  -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt-1.5.3/gwt-user.jar:/opt/gwt-1.5.3/gwt-dev-linux.jar:/opt/gxt-1.2.2/gxt.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.tela_botanica.Coel;