Update of /cvsroot/bprocessor/model
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3177
Modified Files:
.classpath build.xml
Log Message:
Save as jlma
Index: .classpath
===================================================================
RCS file: /cvsroot/bprocessor/model/.classpath,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** .classpath 21 Nov 2006 17:47:53 -0000 1.12
--- .classpath 12 Feb 2009 12:35:19 -0000 1.13
***************
*** 8,11 ****
--- 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>
Index: build.xml
===================================================================
RCS file: /cvsroot/bprocessor/model/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** build.xml 25 Jun 2007 09:02:46 -0000 1.19
--- build.xml 12 Feb 2009 12:35:19 -0000 1.20
***************
*** 56,59 ****
--- 56,64 ----
</fileset>
</copy>
+ <copy todir="${lib.dir}">
+ <fileset dir="${tools.dir}/perpos">
+ <include name="**/*"/>
+ </fileset>
+ </copy>
<copy todir="${lib.dir}">
<fileset dir="${tools.dir}/junit">
|