[Idrs-commit] CVS: Idrs/dev build.xml,1.13,1.14
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-30 00:56:28
|
Update of /cvsroot/idrs/Idrs/dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12162 Modified Files: build.xml Log Message: Added log4j support. cleaned up the logs Index: build.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 29 Aug 2004 04:50:30 -0000 1.13 --- build.xml 30 Aug 2004 00:56:11 -0000 1.14 *************** *** 34,37 **** --- 34,38 ---- <pathelement location="${lib}/jaxb-impl.jar"/> <pathelement location="${lib}/jaxb-api.jar"/> + <pathelement location="${lib}/log4j-1.2.8.jar"/> </classpath> </javac> |