Update of /cvsroot/jprojecttimer/jprojecttimer
In directory usw-pr-cvs1:/tmp/cvs-serv6971
Modified Files:
MANIFEST build.xml
Log Message:
included SAX classes
Index: MANIFEST
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/MANIFEST,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MANIFEST 2002/01/26 16:32:21 1.2
--- MANIFEST 2002/01/27 18:29:33 1.3
***************
*** 1,4 ****
Manifest-Version: 1.0
Main-Class: de.cgarbs.apps.jprojecttimer.JProjectTimer
! Class-Path: ./lib/jdom.jar
--- 1,5 ----
Manifest-Version: 1.0
Main-Class: de.cgarbs.apps.jprojecttimer.JProjectTimer
! Class-Path: sax.jar jdom.jar ./lib/sax.jar ./lib/jdom.jar
!
Index: build.xml
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 2002/01/26 16:32:21 1.2
--- build.xml 2002/01/27 18:29:33 1.3
***************
*** 21,24 ****
--- 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>
|