aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMehdi Houshmand <mehdi@apache.org>2011-11-21 13:33:00 +0000
committerMehdi Houshmand <mehdi@apache.org>2011-11-21 13:33:00 +0000
commit96f6f23137a6709d0752ce70f5861852c2211bfb (patch)
treec395dae85f3d3ae5283c31ec120216c788a23d13 /build.xml
parent69e5c269a31bf7add2c66892d30b9a5eb1fa87a8 (diff)
downloadxmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.tar.gz
xmlgraphics-fop-96f6f23137a6709d0752ce70f5861852c2211bfb.zip
Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1204488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a75b40619..29e103841 100644
--- a/build.xml
+++ b/build.xml
@@ -686,6 +686,9 @@ list of possible build targets.
<copy todir="${build.unit.tests.dir}">
<fileset dir="${test.dir}/java">
<include name="**/*.xsl"/>
+ <include name="**/*.txt"/>
+ <include name="**/*.afm"/>
+ <include name="**/*.fo"/>
</fileset>
</copy>
</target>