diff options
author | arved <arved@unknown> | 2001-05-10 01:44:04 +0000 |
---|---|---|
committer | arved <arved@unknown> | 2001-05-10 01:44:04 +0000 |
commit | 96ef52e8580b3fc5f670b577445e75de020a9fdd (patch) | |
tree | 58e1dd4f2d942841120878658868cb8f811d5045 /buildtools.xml | |
parent | b16c4cfa1dedd19d0c16e9cfdae8938a24ed8c03 (diff) | |
download | xmlgraphics-fop-96ef52e8580b3fc5f670b577445e75de020a9fdd.tar.gz xmlgraphics-fop-96ef52e8580b3fc5f670b577445e75de020a9fdd.zip |
K. Liddle: testing support
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildtools.xml')
-rw-r--r-- | buildtools.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools.xml b/buildtools.xml index e68747124..8b3838fb8 100644 --- a/buildtools.xml +++ b/buildtools.xml @@ -50,7 +50,7 @@ <copy todir="${build.src}"> <fileset dir="${src.dir}" includes="${tools}/**,${hyph}/**" - excludes="${tools}/anttasks/Fop.java,${hyph}/Hyphenator.java,**/${xalan1},**/${trax}"/> + excludes="${tools}/anttasks/Fop.java,${tools}/TestConverter.java,${hyph}/Hyphenator.java,**/${xalan1},**/${trax}"/> </copy> </target> |