You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by jb...@apache.org on 2003/03/12 12:24:59 UTC

cvs commit: xml-xindice build.xml

jbates      2003/03/12 03:24:59

  Modified:    .        build.xml
  Log:
  Some oputdated JAR references in the build.xml file!
  
  Revision  Changes    Path
  1.39      +3 -3      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml	30 Dec 2002 11:06:06 -0000	1.38
  +++ build.xml	12 Mar 2003 11:24:58 -0000	1.39
  @@ -88,9 +88,9 @@
                id="endorsed.jars">
           <include name="ant-1.5.1.jar" />
           <include name="junit-3.8.1.jar"/>
  -        <include name="junit-addons-1.1.jar"/>
  +        <include name="junit-addons-1.2.jar"/>
           <include name="junitperf-1.8.jar"/>
  -        <include name="servlet.jar"/>
  +        <include name="servlet-2.3.jar"/>
       </fileset>
   
       <!-- classpath to use within project -->