kevinross    2003/07/08 07:53:08

  Modified:    .        build.xml
  Log:
  PR: 21391
  Patch Submitted by: Kevin O'Neill ([EMAIL PROTECTED])
  Reviewed by: Kevin Ross
  
  Fix bad reference to old xerces version.
  
  Revision  Changes    Path
  1.44      +2 -2      xml-xindice/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 3 Jun 2003 15:48:45 -0000       1.43
  +++ build.xml 8 Jul 2003 14:53:07 -0000       1.44
  @@ -67,7 +67,7 @@
                <include name="saxon-aelfred.jar"/>
                <include name="commons-logging-1.0.1.jar"/>
                <include name="xalan-2.4.0.jar"/>
  -             <include name="xercesImpl-2.1.0.jar"/>
  +             <include name="xerces-2.2.1.jar"/>
                <include name="xml-apis-1.1.jar"/>
                <include name="xmldb-common.jar"/>
                <include name="xmldb-api-20021118.jar"/>
  
  
  

Reply via email to