aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2013-01-22 19:04:34 +0000
committerGlenn Adams <gadams@apache.org>2013-01-22 19:04:34 +0000
commit5c06a584d6d7400ee5972d9e1538aa7f80d2c728 (patch)
tree7580c3898c98194f10f87490561dd0d9080ae9fd /build.xml
parent81831e1fda50acdd41d02533a56cb7f18ccdd8f1 (diff)
downloadxmlgraphics-fop-5c06a584d6d7400ee5972d9e1538aa7f80d2c728.tar.gz
xmlgraphics-fop-5c06a584d6d7400ee5972d9e1538aa7f80d2c728.zip
FOP-2197: missing GlyphTester class in transcoder archives
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1437102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a9ed08b68..bde57331d 100644
--- a/build.xml
+++ b/build.xml
@@ -564,6 +564,7 @@ list of possible build targets.
<include name="org/apache/fop/apps/FOPException.class"/>
<include name="org/apache/fop/apps/io/**"/>
<include name="org/apache/fop/complexscripts/fonts/*.class"/>
+ <include name="org/apache/fop/complexscripts/util/GlyphTester.class"/>
<include name="org/apache/fop/fo/Constants.class"/>
<include name="org/apache/fop/fo/FOTreeBuilder.class"/>
<include name="org/apache/fop/area/AreaTreeControl*"/>