[Bprocessor-commit] model build.xml,1.13,1.14
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-07-12 12:19:53
|
Update of /cvsroot/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27012 Modified Files: build.xml Log Message: fixed checkstyle errors and added junit to the build.xml file Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 15 May 2006 15:21:59 -0000 1.13 --- build.xml 12 Jul 2006 12:19:49 -0000 1.14 *************** *** 55,58 **** --- 55,63 ---- </copy> <copy todir="${lib.dir}"> + <fileset dir="${tools.dir}/junit"> + <include name="**/junit.jar"/> + </fileset> + </copy> + <copy todir="${lib.dir}"> <fileset dir="${tools.dir}/jaxb"> <include name="**/jaxb.jar"/> |