[Bprocessor-commit] model build.xml, 1.24, 1.25 .classpath, 1.13, 1.14
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2010-12-08 11:37:37
|
Update of /cvsroot/bprocessor/model In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29684 Modified Files: build.xml .classpath Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/bprocessor/model/.classpath,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** .classpath 12 Feb 2009 12:35:19 -0000 1.13 --- .classpath 8 Dec 2010 11:37:29 -0000 1.14 *************** *** 8,12 **** <classpathentry kind="lib" path="/tools/junit/junit.jar"/> <classpathentry exported="true" kind="lib" path="xml"/> - <classpathentry kind="lib" path="/tools/perpos/routefinding.jar"/> <classpathentry kind="output" path="build"/> </classpath> --- 8,11 ---- Index: build.xml =================================================================== RCS file: /cvsroot/bprocessor/model/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** build.xml 8 Dec 2010 11:10:31 -0000 1.24 --- build.xml 8 Dec 2010 11:37:29 -0000 1.25 *************** *** 55,63 **** </fileset> </copy> - <copy todir="${lib.dir}"> - <fileset dir="${tools.dir}/perpos"> - <include name="**/*"/> - </fileset> - </copy> <copy todir="${lib.dir}"> <fileset dir="${tools.dir}/junit"> --- 55,58 ---- |