Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
10 |
jpm |
1 |
#!/bin/sh
|
|
|
2 |
APPDIR=`dirname $0`;
|
|
|
3 |
java -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:/opt/gwt/gwt-user.jar:/opt/gwt/gwt-dev-linux.jar:/opt/gwtext/gwtext.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.tela_botanica.Coel;
|