dleslie     00/10/03 11:30:07

  Modified:    java     build.xml
  Log:
  Added org.apache.xml.serializeRemoved target using xalan-j 1 for docs.
  
  Revision  Changes    Path
  1.19      +1 -9      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 2000/10/03 18:04:55     1.18
  +++ build.xml 2000/10/03 18:30:07     1.19
  @@ -40,7 +40,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.18 2000/10/03 18:04:55 dleslie Exp $
  +   $Id: build.xml,v 1.19 2000/10/03 18:30:07 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -361,13 +361,5 @@
       <copydir src="${build.docs}/resources" 
dest="${site.dir}/docs/resources"/>
       <copydir src="${build.apidocs}" dest="${site.dir}/apidocs"/>
     </target-->
  -
  -  <target name="docsxalan1">
  -   
  -    <java fork="yes" classname="${doc.generator}" 
classpath="../build/xalan.jar:../xdocs/stylebook-1.0-b2.jar:${java.class.path}"
  -         args="targetDirectory=${build.docs} ${xdocs.book} ${xdocs.style}"/> 
   
  -  </target>
     
  -
  -
   </project>
  
  
  

Reply via email to