You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/08 15:26:02 UTC

cvs commit: xml-xalan/java build.xml

dleslie     01/02/08 06:26:02

  Modified:    java     build.xml
  Log:
  Added xml2fo.xsl to xalanonly-styledocs.
  
  Revision  Changes    Path
  1.85      +2 -2      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- build.xml	2001/01/31 21:02:02	1.84
  +++ build.xml	2001/02/08 14:26:01	1.85
  @@ -46,7 +46,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.84 2001/01/31 21:02:02 curcuru Exp $
  +   $Id: build.xml,v 1.85 2001/02/08 14:26:01 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -103,7 +103,7 @@
     <property name="xdocs.book" value="${xdocs.dir}/sources/xalan-jlocal.xml"/>
     <property name="xdocs.style" value="${xdocs.dir}/style"/>
     <property name="xalanonly-styledocs"
  -            value="dtd/xsl-html40s.dtd,dtd/spec.dtd,stylesheets/patterns.xsl,stylesheets/notice.xsl,stylesheets/spec.xsl,stylesheets/bugs.xsl,loaderdesign.xml,stylesheets/design2project.xsl,stylesheets/designdoc2html.xsl"/>
  +            value="dtd/xsl-html40s.dtd,dtd/spec.dtd,stylesheets/patterns.xsl,stylesheets/notice.xsl,stylesheets/spec.xsl,stylesheets/bugs.xsl,loaderdesign.xml,stylesheets/design2project.xsl,stylesheets/designdoc2html.xsl,stylesheets/xml2fo.xsl"/>
     <property name="doc.generator" value="org.apache.stylebook.StyleBook"/>
     <property name="doc.generator.styletargz" value="${xdocs.dir}/xml-site-style.tar.gz"/>
     <property name="doc.generator.styletar" value="${xdocs.dir}/xml-site-style.tar"/>