Browse Source

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
pull/1/head
Glenn Adams 11 years ago
parent
commit
47d07941dc
2 changed files with 4 additions and 0 deletions
  1. 1
    0
      build.xml
  2. 3
    0
      status.xml

+ 1
- 0
build.xml View File

<include name="org/apache/fop/apps/FOPException.class"/> <include name="org/apache/fop/apps/FOPException.class"/>
<include name="org/apache/fop/apps/io/**"/> <include name="org/apache/fop/apps/io/**"/>
<include name="org/apache/fop/complexscripts/fonts/*.class"/> <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/Constants.class"/>
<include name="org/apache/fop/fo/FOTreeBuilder.class"/> <include name="org/apache/fop/fo/FOTreeBuilder.class"/>
<include name="org/apache/fop/area/AreaTreeControl*"/> <include name="org/apache/fop/area/AreaTreeControl*"/>

+ 3
- 0
status.xml View File

documents. Example: the fix of marks layering will be such a case when it's done. documents. Example: the fix of marks layering will be such a case when it's done.
--> -->
<release version="FOP Trunk" date="TBD"> <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"> <action context="Fonts" dev="GA" type="fix" fixes-bug="FOP-2195">
Use sparse arrays for position adjustments. Use sparse arrays for position adjustments.
</action> </action>

Loading…
Cancel
Save