]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed a small bug in the prepare-src target for dealing with dual versions
authorKelly Campbell <kellyc@apache.org>
Tue, 16 Jan 2001 08:18:39 +0000 (08:18 +0000)
committerKelly Campbell <kellyc@apache.org>
Tue, 16 Jan 2001 08:18:39 +0000 (08:18 +0000)
of Xalan.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193971 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index a345fb5eaff8176a7eae1699a1651586a9ac6a23..0bad7bd1c85591fbcabd5d93dde43779fe2bfc3b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -323,7 +323,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <!-- 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>
 
   <!-- =================================================================== -->