dmitrys     2003/09/25 14:23:18

  Modified:    .        build.xml
  Log:
  Added demo to junit's classpath. This is needed by some of the new test cases.
  
  Revision  Changes    Path
  1.48      +1 -0      jakarta-lucene/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 20 Sep 2003 17:45:32 -0000      1.47
  +++ build.xml 25 Sep 2003 21:23:18 -0000      1.48
  @@ -56,6 +56,7 @@
     <path id="junit.classpath">
       <pathelement location="${build.dir}/classes/test"/>
       <pathelement location="${build.dir}/classes/java"/>
  +    <pathelement location="${build.dir}/classes/demo"/>
       <fileset dir="lib">
         <include name="*.jar"/>
       </fileset>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to