aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKelly Campbell <kellyc@apache.org>2001-01-16 08:18:39 +0000
committerKelly Campbell <kellyc@apache.org>2001-01-16 08:18:39 +0000
commit64dd26592d593ebdb941ce4e336f80bf9d0926af (patch)
tree8bdf78d52e69a5b2c08fff9ee5ccfd963fea7f81 /build.xml
parent8aa012856f348eb5138de60634712b7460420ad6 (diff)
downloadxmlgraphics-fop-64dd26592d593ebdb941ce4e336f80bf9d0926af.tar.gz
xmlgraphics-fop-64dd26592d593ebdb941ce4e336f80bf9d0926af.zip
Fixed a small bug in the prepare-src target for dealing with dual versions
of Xalan. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a345fb5ea..0bad7bd1c 100644
--- 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>
<!-- =================================================================== -->