Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
10 |
jpm |
1 |
#!/bin/sh
|
|
|
2 |
APPDIR=`dirname $0`;
|
131 |
jpm |
3 |
java -Xmx1024M -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.4/gxt.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.tela_botanica.Coel;
|