dleslie     00/08/25 06:09:23

  Modified:    .        build.xml
  Log:
  Removed copy resources from "site" target. Already handled
  by doc generation, and was copying resources to the wrong place!
  
  Revision  Changes    Path
  1.30      +1 -2      xml-xalan/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2000/08/23 15:06:25     1.29
  +++ build.xml 2000/08/25 13:09:22     1.30
  @@ -53,7 +53,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.29 2000/08/23 15:06:25 dleslie Exp $
  +   $Id: build.xml,v 1.30 2000/08/25 13:09:22 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -308,7 +308,6 @@
       <java fork="yes" classname="${doc.generator}" 
classpath="${java.class.path}:${build.dir}/${xalan.jar}" 
            args="targetDirectory=${site.dir} ${site.book} ${xdocs.style}"/>
          
  -    <copydir src="${build.docs}/resources" 
dest="${site.dir}/docs/resources"/>
       <copydir src="${build.apidocs}" dest="${site.dir}/apidocs"/>
     </target>
         
  
  
  

Reply via email to