]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FOP-2197: missing GlyphTester class in transcoder archives
authorGlenn Adams <gadams@apache.org>
Tue, 22 Jan 2013 19:04:34 +0000 (19:04 +0000)
committerGlenn Adams <gadams@apache.org>
Tue, 22 Jan 2013 19:04:34 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1437102 13f79535-47bb-0310-9956-ffa450edef68

build.xml
status.xml

index a9ed08b68bd95c0f6c13cc4eac4d7bb8e7281a16..bde57331dd613fb72fb79068d8a7db330448b2c9 100644 (file)
--- 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*"/>
index 4a8fe39ca25a633aeff1a67674d0314d7194e246..1be1111a2593b5f2c07860751ceb6582726a8889 100644 (file)
@@ -59,6 +59,9 @@
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
     <release version="FOP Trunk" date="TBD">
+      <action context="Code" dev="GA" type="fix" fixes-bug="FOP-2197">
+       Missing GlyphTester class in transcoder archives.
+      </action>
       <action context="Fonts" dev="GA" type="fix" fixes-bug="FOP-2195">
        Use sparse arrays for position adjustments.
       </action>