Update of /cvsroot/openjms/exolabcore
In directory sc8-pr-cvs1:/tmp/cvs-serv13222
Modified Files:
build.sh
Log Message:
fixed ant version - reported by Joe McMahon
Index: build.sh
===================================================================
RCS file: /cvsroot/openjms/exolabcore/build.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** build.sh 29 Jan 2002 05:21:20 -0000 1.4
--- build.sh 19 Jan 2003 02:41:53 -0000 1.5
***************
*** 23,27 ****
CP=$JAVA_HOME/lib/tools.jar
! CP=lib/ant_1.3.jar:$CP
CP=lib/exolabtools-1.0.jar:$CP
CP=lib/oro-2.0.4.jar:$CP
--- 23,27 ----
CP=$JAVA_HOME/lib/tools.jar
! CP=lib/ant_1.5.jar:$CP
CP=lib/exolabtools-1.0.jar:$CP
CP=lib/oro-2.0.4.jar:$CP
|