diff options
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 8b3838fb8..37be5e051 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,${tools}/TestConverter.java,${hyph}/Hyphenator.java,**/${xalan1},**/${trax}"/> + excludes="${tools}/anttasks/Fop.java,${tools}/TestConverter.java,${tools}/AreaTreeBuilder.java,${hyph}/Hyphenator.java,**/${xalan1},**/${trax}"/> </copy> </target> |