You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/01/16 09:18:40 UTC

cvs commit: xml-fop build.xml

kellyc      01/01/16 00:18:40

  Modified:    .        build.xml
  Log:
  Fixed a small bug in the prepare-src target for dealing with dual versions
  of Xalan.
  
  Revision  Changes    Path
  1.16      +1 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	2001/01/16 08:00:47	1.15
  +++ build.xml	2001/01/16 08:18:39	1.16
  @@ -323,7 +323,7 @@
       <!-- copy src files -->
       <copydir src="${src.dir}"
                dest="${build.src}"
  -             excludes="**/Makefile*, **/package.html, **/XT*,**/PDFOutputHandler.java,**/${jimi},**/${jai},**/${pfmreader}"/>
  +             excludes="**/Makefile*, **/package.html, **/XT*,**/PDFOutputHandler.java,**/${jimi},**/${jai},**/${pfmreader},**/${xsltransform},**/${trax},**/${xalan1}"/>
     </target>
   
     <!-- =================================================================== -->