dleslie     01/01/12 08:52:11

  Modified:    java     build.xml
  Log:
  Fixed typo in dist target for xalanj1compat.jar
  
  Revision  Changes    Path
  1.76      +2 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml 2001/01/12 14:38:43     1.75
  +++ build.xml 2001/01/12 16:52:09     1.76
  @@ -46,7 +46,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.75 2001/01/12 14:38:43 dleslie Exp $
  +   $Id: build.xml,v 1.76 2001/01/12 16:52:09 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -474,7 +474,7 @@
   
       <!-- Copy xalan jar and compability into the bin directory (subject to 
change) -->
       <copy file="${build.xalan.jar}" todir="${dist.dir}/bin"/>
  -    <copy file="${built.compat.jar}" todir="${dist.dir}/bin"/>    
  +    <copy file="${build.compat.jar}" todir="${dist.dir}/bin"/>    
   
       <copy todir="${dist.dir}">
         <fileset dir="." 
includes="README,README.html,CREDITS,KEYS,License,build.xml,build.sh,build.bat,todo.xml,todo.xsl,bugs.xml"/>
  
  
  

Reply via email to