diff options
author | Glenn Adams <gadams@apache.org> | 2013-01-22 19:04:34 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2013-01-22 19:04:34 +0000 |
commit | 5c06a584d6d7400ee5972d9e1538aa7f80d2c728 (patch) | |
tree | 7580c3898c98194f10f87490561dd0d9080ae9fd /build.xml | |
parent | 81831e1fda50acdd41d02533a56cb7f18ccdd8f1 (diff) | |
download | xmlgraphics-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*"/> |