Update of /cvsroot/jprojecttimer/jprojecttimer
In directory usw-pr-cvs1:/tmp/cvs-serv7053
Modified Files:
build.xml
Log Message:
using Xerces instead of Sax
Index: build.xml
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 27 Jan 2002 18:29:33 -0000 1.3
--- build.xml 7 Feb 2002 22:32:49 -0000 1.4
***************
*** 21,25 ****
<path id="classpath">
<pathelement location="${lib.dir}/jdom.jar"/>
! <pathelement location="${lib.dir}/sax.jar"/>
<pathelement location="${project.name}-${project.version}.jar"/>
</path>
--- 21,25 ----
<path id="classpath">
<pathelement location="${lib.dir}/jdom.jar"/>
! <pathelement location="${lib.dir}/xerces.jar"/>
<pathelement location="${project.name}-${project.version}.jar"/>
</path>
|