dleslie     00/07/19 14:31:45

  Modified:    .        build.xml
  Log:
  Update for 1.2..D01
  
  Revision  Changes    Path
  1.24      +2 -2      xml-xalan/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 2000/07/19 15:25:12     1.23
  +++ build.xml 2000/07/19 21:31:44     1.24
  @@ -56,7 +56,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.23 2000/07/19 15:25:12 curcuru Exp $
  +   $Id: build.xml,v 1.24 2000/07/19 21:31:44 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -305,7 +305,7 @@
       <gzip src="build/holding/xml-site-style.tar" 
zipfile="build/holding/xml-site-style.tar.gz"/>
     </target>
     
  -  <target name="notice-draft depends="prepare-src">
  +  <target name="notice-draft" depends="prepare-src">
         <java fork="yes" classname="org.apache.xalan.xslt.Process" 
classpath="${java.class.path}:${build.dir}/${name}.jar"
          args="-parser org.apache.xalan.xpath.xdom.XercesLiaison -text -in 
${xdocs.dir}/sources/xalan/notice.xml -xsl
          xdocs/style/stylesheets/notice.xsl -out build/site/notice.txt"/>
  
  
  

Reply via email to