Update of /cvsroot/sheets/sheets
In directory usw-pr-cvs1:/tmp/cvs-serv25800
Modified Files:
ant
Log Message:
minor fix to unix script
Index: ant
===================================================================
RCS file: /cvsroot/sheets/sheets/ant,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ant 5 Jul 2002 23:33:22 -0000 1.3
--- ant 26 Jul 2002 23:27:45 -0000 1.4
***************
*** 1,2 ****
#! /bin/sh
! java -Xmx128m -classpath $JAVA_HOME/lib/tools.jar:jars/ant.jar org.apache.tools.ant.Main -emacs "$@"
--- 1,2 ----
#! /bin/sh
! java -Xmx128m -classpath $JAVA_HOME/lib/tools.jar:jars/antlrall.jar org.apache.tools.ant.Main -emacs "$@"
|