diff options
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop/build.xml b/fop/build.xml index 177dbbaf3..8acb727d9 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -638,7 +638,7 @@ list of possible build targets. <include name="org/apache/fop/util/*OutputStream.class"/> <include name="org/apache/fop/util/SubInputStream.class"/> <include name="org/apache/fop/util/Finalizable.class"/> - <include name="org/apache/fop/util/CharUtilities.class"/> + <include name="org/apache/fop/util/CharUtilities*.class"/> <include name="org/apache/fop/util/DecimalFormatCache*.class"/> <include name="org/apache/fop/util/ImageObject.class"/> <include name="org/apache/fop/util/HexEncoder.class"/> |