diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 13:33:00 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2011-11-21 13:33:00 +0000 |
commit | 96f6f23137a6709d0752ce70f5861852c2211bfb (patch) | |
tree | c395dae85f3d3ae5283c31ec120216c788a23d13 /build.xml | |
parent | 69e5c269a31bf7add2c66892d30b9a5eb1fa87a8 (diff) | |
download | xmlgraphics-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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |