You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2012/04/05 18:20:17 UTC

svn commit: r1309921 [3/42] - in /xmlgraphics/fop/branches/Temp_TrueTypeInPostScript: ./ examples/embedding/ examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ examples/embedding/java/embedding/tools/ examples/plan/src/org/apac...

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/findbugs-exclude.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/findbugs-exclude.xml Thu Apr  5 16:19:19 2012
@@ -1,6 +1,38 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FindBugsFilter>
-   <!-- The names of public methods will not be modified -->
+   <Match>
+      <Class name="org.apache.fop.render.intermediate.IFStructureTreeBuilder"/>
+      <Field name="delegate"/>
+      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFLogicalStructureHandler"/>
+      <Field name="currentPage"/>
+      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFLogicalStructureHandler"/>
+      <Field name="pageParentTreeArray"/>
+      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFStructureTreeBuilder"/>
+      <Field name="logicalStructureHandler"/>
+      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFStructureTreeBuilder"/>
+      <Field name="pdfFactory"/>
+      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.accessibility.fo.FO2StructureTreeConverter$1"/>
+      <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
+   </Match>
+   <Match>
+      <Class name="~org.apache.fop.accessibility.fo.FOEventRecorder.*"/>
+      <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
+   </Match>
    <Match>
       <Class name="org.apache.fop.afp.AFPDataObjectInfo"/>
       <Method name="getUri"/>
@@ -132,6 +164,29 @@
       <Bug pattern="NM_CONFUSING"/>
    </Match>
    <!-- /The names of public methods will not be modified -->
+   <!-- These casts are checked in the code -->
+   <Match>
+	 <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/>
+	 <Method name="isCompatible"/>
+	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/>
+	 <Method name="isCompatible"/>
+	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.render.afp.AbstractPDFImageHandler"/>
+	 <Method name="handleImage"/>
+	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
+   </Match>
+   <!-- /These casts are checked in the code -->
+   <!-- return null is OK -->
+   <Match>
+	 <Class name="org.apache.fop.svg.ACIUtils"/>
+	 <Method name="findFontsForBatikACI"/>
+	 <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
    <!-- Automatically generated list of exclusions -->
    <Match>
       <Class name="org.apache.fop.area.BodyRegion"/>
@@ -249,11 +304,6 @@
       <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
    </Match>
    <Match>
-      <Class name="java.net.URLClassLoader"/>
-      <!--Neither method nor field-->
-      <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.tools.fontlist.FontSpec"/>
       <Method name="compareTo"/>
       <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
@@ -674,11 +724,6 @@
       <Bug pattern="SE_BAD_FIELD_STORE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Field name="colorConverter"/>
-      <Bug pattern="SE_BAD_FIELD_STORE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fo.pagination.PageProductionException"/>
       <Field name="locator"/>
       <Bug pattern="SE_BAD_FIELD_STORE"/>
@@ -1484,16 +1529,6 @@
       <Bug pattern="EI_EXPOSE_REP2"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.hyphenation.ByteVector"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.CharVector"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.hyphenation.CharVector"/>
       <Method name="&lt;init&gt;"/>
       <Bug pattern="EI_EXPOSE_REP2"/>
@@ -1734,11 +1769,6 @@
       <Bug pattern="LI_LAZY_INIT_STATIC"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.pdf.StreamCacheFactory"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.java2d.SystemFontMetricsMapper"/>
       <Method name="&lt;init&gt;"/>
       <Bug pattern="LI_LAZY_INIT_STATIC"/>
@@ -2004,16 +2034,6 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.AbstractCodePointMapping"/>
       <Method name="mapChar"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -2040,11 +2060,6 @@
    </Match>
    <Match>
       <Class name="org.apache.fop.fonts.CIDSubset"/>
-      <Method name="mapSubsetChar"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.CIDSubset"/>
       <Method name="setupFirstThreeGlyphs"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
@@ -2119,16 +2134,6 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fonts.base14.Helvetica"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
       <Method name="&lt;clinit&gt;"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -2139,26 +2144,11 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/>
       <Method name="&lt;clinit&gt;"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.base14.TimesBold"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.base14.TimesBold"/>
       <Method name="&lt;clinit&gt;"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -2169,16 +2159,6 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.base14.TimesItalic"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.base14.TimesItalic"/>
       <Method name="&lt;clinit&gt;"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -2189,11 +2169,6 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fonts.base14.TimesRoman"/>
-      <Method name="&lt;clinit&gt;"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
       <Method name="glyphToUnicode"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -2465,11 +2440,6 @@
    </Match>
    <Match>
       <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
-      <Method name="startPage"/>
-      <Bug pattern="DM_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
       <Method name="writeHeader"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
@@ -2484,6 +2454,11 @@
       <Bug pattern="DM_NUMBER_CTOR"/>
    </Match>
    <Match>
+      <Class name="org.apache.fop.render.rtf.RTFHandler"/>
+      <Method name="startPageSequence"/>
+      <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
+   </Match>
+   <Match>
       <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/>
       <Method name="set"/>
       <Bug pattern="DM_NUMBER_CTOR"/>
@@ -3204,21 +3179,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fo.flow.Footnote"/>
-      <Method name="addChildNode"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.flow.ListItem"/>
-      <Method name="addChildNode"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.flow.ListItem"/>
-      <Method name="addChildNode"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fo.flow.ListItem"/>
       <Method name="addChildNode"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3234,16 +3194,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fo.pagination.PageSequence"/>
-      <Method name="addChildNode"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.pagination.PageSequence"/>
-      <Method name="addChildNode"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fo.properties.CondLengthProperty"/>
       <Method name="setComponent"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3479,11 +3429,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="makeFont"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.afp.AFPDocumentHandler"/>
       <Method name="handleExtensionObject"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3499,16 +3444,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax"/>
-      <Method name="setAdditionalParameters"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax"/>
       <Method name="setAdditionalParameters"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3518,13 +3453,8 @@
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerRenderedImage"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/>
+    <Match>
+      <Class name="org.apache.fop.render.afp.AFPImageHandlerRawJPEG"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
@@ -3549,11 +3479,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.afp.AbstractAFPImageHandlerRawStream"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.bitmap.BitmapRendererConfigurator"/>
       <Method name="configure"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3564,16 +3489,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.bitmap.TIFFRendererConfigurator"/>
-      <Method name="configure"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.java2d.Java2DImageHandlerGraphics2D"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.java2d.Java2DImageHandlerGraphics2D"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3584,11 +3499,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.java2d.Java2DImageHandlerRenderedImage"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.java2d.Java2DRenderer"/>
       <Method name="print"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3604,16 +3514,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.pcl.PCLImageHandlerGraphics2D"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pcl.PCLImageHandlerRenderedImage"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.pcl.PCLImageHandlerRenderedImage"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3639,26 +3539,11 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerGraphics2D"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawCCITTFax"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawCCITTFax"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawJPEG"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawJPEG"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3669,16 +3554,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRenderedImage"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerSVG"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.pdf.PDFImageHandlerSVG"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3699,16 +3574,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerEPS"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/>
-      <Method name="generateForm"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/>
       <Method name="generateForm"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3719,16 +3584,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/>
-      <Method name="generateForm"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/>
       <Method name="generateForm"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3739,16 +3594,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/>
-      <Method name="generateForm"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/>
       <Method name="generateForm"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3759,16 +3604,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/>
-      <Method name="generateForm"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/>
       <Method name="generateForm"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3779,16 +3614,6 @@
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerSVG"/>
-      <Method name="handleImage"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSImageHandlerSVG"/>
       <Method name="handleImage"/>
       <Bug pattern="BC_UNCONFIRMED_CAST"/>
@@ -3869,11 +3694,6 @@
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.fo.FOText"/>
-      <Method name="isWordChar"/>
-      <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.fo.flow.Leader"/>
       <Method name="bind"/>
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
@@ -3899,11 +3719,6 @@
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.AlignmentContext"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/>
       <Method name="getNextKnuthElements"/>
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
@@ -3924,11 +3739,6 @@
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.tools.anttasks.Fop"/>
-      <Method name="execute"/>
-      <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.util.BreakUtil"/>
       <Method name="getBreakClassPriority"/>
       <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
@@ -3994,16 +3804,6 @@
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.layoutmgr.AbstractBreaker"/>
-      <Method name="justifyBoxes"/>
-      <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/>
-      <Method name="getNextKnuthElements"/>
-      <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/>
       <Method name="getNextKnuthElements"/>
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
@@ -4024,11 +3824,6 @@
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.ContentLayoutManager"/>
-      <Method name="fillArea"/>
-      <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager"/>
       <Method name="findOptimalBreakingPoints"/>
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
@@ -4074,11 +3869,6 @@
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer"/>
-      <Method name="addChild"/>
-      <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExtraRowSet"/>
       <Method name="writeRow"/>
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
@@ -4095,11 +3885,6 @@
    </Match>
    <Match>
       <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/>
-      <Method name="addCloseGroupMark"/>
-      <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/>
       <Method name="addOpenGroupMark"/>
       <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
    </Match>
@@ -4274,11 +4059,6 @@
       <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/>
-      <Method name="paintComponent"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.layoutmgr.table.TableStepper"/>
       <Method name="considerRowLastStep"/>
       <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/>
@@ -4434,11 +4214,6 @@
       <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.pcl.PCLGenerator"/>
-      <Method name="paintBitmap"/>
-      <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.rtf.RTFHandler"/>
       <Method name="image"/>
       <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
@@ -4659,11 +4434,6 @@
       <Bug pattern="RI_REDUNDANT_INTERFACES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.layoutmgr.BlockLevelLayoutManager"/>
-      <!--Neither method nor field-->
-      <Bug pattern="RI_REDUNDANT_INTERFACES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/>
       <!--Neither method nor field-->
       <Bug pattern="RI_REDUNDANT_INTERFACES"/>
@@ -4679,31 +4449,16 @@
       <Bug pattern="RI_REDUNDANT_INTERFACES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator"/>
-      <!--Neither method nor field-->
-      <Bug pattern="RI_REDUNDANT_INTERFACES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.pcl.PCLRendererConfigurator"/>
       <!--Neither method nor field-->
       <Bug pattern="RI_REDUNDANT_INTERFACES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator"/>
-      <!--Neither method nor field-->
-      <Bug pattern="RI_REDUNDANT_INTERFACES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.ps.PSRendererConfigurator"/>
       <!--Neither method nor field-->
       <Bug pattern="RI_REDUNDANT_INTERFACES"/>
    </Match>
    <Match>
-      <Class name="org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator"/>
-      <!--Neither method nor field-->
-      <Bug pattern="RI_REDUNDANT_INTERFACES"/>
-   </Match>
-   <Match>
       <Class name="org.apache.fop.render.awt.viewer.PreviewPanel$Reloader"/>
       <Method name="run"/>
       <Bug pattern="SF_SWITCH_FALLTHROUGH"/>
@@ -5019,4 +4774,436 @@
       <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
    </Match>
    <!-- /Automatically generated list of exclusions -->
-</FindBugsFilter>
\ No newline at end of file
+   <!-- Automatically generated list of exclusions on 18 February 2011 -->
+   <Match>
+	 <Class name="org.apache.fop.afp.goca.GraphicsSetProcessColor"/>
+	 <Method name="writeToStream"/>
+	 <Bug pattern="OS_OPEN_STREAM"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.pdf.PDFFactory"/>
+	 <Method name="makeSeparationColorSpace"/>
+	 <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.pdf.PDFFactory"/>
+	 <Method name="toColorVector"/>
+	 <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.fo.expr.PropertyTokenizer"/>
+	 <Field name="recognizeOperator"/>
+	 <Bug pattern="URF_UNREAD_FIELD"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.layoutmgr.BlockLayoutManager"/>
+	 <Method name="getNextChildElements"/>
+	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.util.ColorWithFallback"/>
+	 <!-- Listing the method 'equals' does not work -->
+	 <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.util.ColorWithFallback"/>
+	 <Method name="getAlternativeColors"/>
+	 <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.fo.expr.NamedColorFunction"/>
+	 <Method name="eval"/>
+	 <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
+   </Match>
+   <Match>
+	 <Class name="org.apache.fop.util.ColorUtil"/>
+	 <Method name="parseAsFopRgbNamedColor"/>
+	 <Bug pattern="REC_CATCH_EXCEPTION"/>
+   </Match>
+   <!-- /Automatically generated list of exclusions on 18 February 2011 -->
+   <!-- complex script exclusions -->
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphDefinitionTable"/>
+     <Method name="getLookupTypeFromName"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable"/>
+     <Method name="getLookupTypeFromName"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable"/>
+     <Method name="getLookupTypeFromName"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable"/>
+     <Method name="getTableTypeFromName"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter"/>
+     <Method name="convertWordCase"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/>
+     <Method name="find"/>
+     <Bug pattern="DM_CONVERT_CASE"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.bidi.InlineRun"/>
+     <Method name="&lt;init&gt;" params="org.apache.fop.area.inline.InlineArea, int[]" returns="void"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningState"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$DeviceTable"/>
+     <Method name="getDeltas"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$DeviceTable"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.scripts.ArabicScriptProcessor"/>
+     <Or>
+       <Method name="getPositioningFeatures"/>
+       <Method name="getSubstitutionFeatures"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.scripts.DefaultScriptProcessor"/>
+     <Or>
+       <Method name="getPositioningFeatures"/>
+       <Method name="getSubstitutionFeatures"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.GlyphSequence"/>
+     <Method name="getAssociations"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.GlyphSequence$CharAssociation"/>
+     <Method name="getSubIntervals"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionState"/>
+     <Method name="setAlternates"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature"/>
+     <Or>
+       <Method name="getComponents"/>
+       <Method name="getLigatures"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature"/>
+     <Method name="&lt;init&gt;" params="int, int[]" returns="void"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$LigatureSet"/>
+     <Method name="getLigatures"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$LigatureSet"/>
+     <Method name="&lt;init&gt;" params="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature[]" returns="void"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedClassSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedClassSequenceRule"/>
+     <Or>
+       <Method name="getBacktrackClasses"/>
+       <Method name="getLookaheadClasses"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedCoverageSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedCoverageSequenceRule"/>
+     <Or>
+       <Method name="getBacktrackCoverages"/>
+       <Method name="getLookaheadCoverages"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedGlyphSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedGlyphSequenceRule"/>
+     <Or>
+       <Method name="getBacktrackGlyphs"/>
+       <Method name="getLookaheadGlyphs"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ClassSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ClassSequenceRule"/>
+     <Method name="getClasses"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$CoverageSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$CoverageSequenceRule"/>
+     <Method name="getCoverages"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$GlyphSequenceRule"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$GlyphSequenceRule"/>
+     <Method name="getGlyphs"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$Rule"/>
+     <Method name="getLookups"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$RuleSet"/>
+     <Method name="&lt;init&gt;"/>
+     <Bug pattern="EI_EXPOSE_REP2"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$RuleSet"/>
+     <Method name="getRules"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.scripts.IndicScriptProcessor"/>
+     <Or>
+       <Method name="getPositioningFeatures"/>
+       <Method name="getSubstitutionFeatures"/>
+       <Method name="getOptionalSubstitutionFeatures"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.area.inline.WordArea"/>
+     <Or>
+       <Method name="getBidiLevels"/>
+       <Method name="getGlyphPositionAdjustments"/>
+     </Or>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.fo.FOText"/>
+     <Method name="getBidiLevels"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.fonts.truetype.TTFDirTabEntry"/>
+     <Method name="getTag"/>
+     <Bug pattern="EI_EXPOSE_REP"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.area.inline.TextArea"/>
+     <Method name="makeLevels"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.area.inline.WordArea"/>
+     <Or>
+       <Method name="getBidiLevels"/>
+       <Method name="glyphPositionAdjustmentsAt"/>
+     </Or>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.bidi.UnicodeBidiAlgorithm"/>
+     <Method name="resolveLevels"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat1"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat2"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat3"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat1"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat2"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat3"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$CursiveSubtableFormat1"/>
+     <Method name="getExitEntryAnchors"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$AlternateSubtableFormat1"/>
+     <Method name="getAlternatesForCoverageIndex"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat1"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat2"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat3"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat1"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat2"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat3"/>
+     <Method name="getLookups"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$MultipleSubtableFormat1"/>
+     <Method name="getGlyphsForCoverageIndex"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$LookupTable"/>
+     <Method name="getSubtables"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter"/>
+     <Or>
+       <Method name="formatNumberAsSequence"/>
+       <Method name="formatNumberAsSpecial"/>
+     </Or>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$ArabicNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$EnglishNumberAsWordFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$FrenchNumberAsWordFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$GematriaNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$IsopsephryNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$KanaNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$RomanNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$SpanishNumberAsWordFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.complexscripts.util.NumberConverter$ThaiNumeralsFormatter"/>
+     <Method name="format"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.fo.FOText"/>
+     <Or>
+       <Method name="getBidiLevels"/>
+       <Method name="getMappingBidiLevels"/>
+     </Or>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+   <Match>
+     <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager$TextAreaBuilder"/>
+     <Method name="getNonEmptyLevels"/>
+     <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+   </Match>
+</FindBugsFilter>

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.cmd
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.cmd?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.cmd (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.cmd Thu Apr  5 16:19:19 2012
@@ -15,17 +15,7 @@ REM  See the License for the specific la
 REM  limitations under the License.
 REM  $Id$
 
-SETLOCAL ENABLEDELAYEDEXPANSION
-
-rem %~dp0 is the expanded pathname of the current script under NT
-set LOCAL_FOP_HOME=
-if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0
-
-rem Code from Apache Ant project
-rem Slurp the command line arguments. This loop allows for an unlimited number
-rem of arguments (up to the command line limit, anyway).
-rem Could also do a "shift" and "%*" for all params, but apparently doesn't work 
-rem with Win9x.
+set LOCAL_FOP_HOME=%~dp0
 set FOP_CMD_LINE_ARGS=%1
 if ""%1""=="""" goto doneStart
 shift
@@ -35,41 +25,7 @@ set FOP_CMD_LINE_ARGS=%FOP_CMD_LINE_ARGS
 shift
 goto setupArgs
 rem This label provides a place for the argument list loop to break out 
-rem and for NT handling to skip to.
 :doneStart
 
-set LOGCHOICE=
-rem The default commons logger for JDK1.4 is JDK1.4Logger.
-rem To use a different logger, uncomment the one desired below
-rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
-rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
-
-set LOGLEVEL=
-rem Logging levels
-rem Below option is only if you are using SimpleLog instead of the default JDK1.4 Logger.
-rem To set logging levels for JDK 1.4 Logger, edit the %JAVA_HOME%\JRE\LIB\logging.properties 
-rem file instead.
-rem Possible SimpleLog values:  "trace", "debug", "info" (default), "warn", "error", or "fatal".
-rem set LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=INFO
-
-set LIBDIR=%LOCAL_FOP_HOME%lib
-
-set LOCALCLASSPATH=%FOP_HYPHENATION_PATH%
-for %%l in (%LOCAL_FOP_HOME%build\*.jar %LIBDIR%\*.jar) do set LOCALCLASSPATH=!LOCALCLASSPATH!;%%l
-
-set JAVAOPTS=-Denv.windir=%WINDIR%
-
-if "%JAVA_HOME%" == "" goto noJavaHome
-if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome
-if "%JAVACMD%" == "" set JAVACMD=%JAVA_HOME%\bin\java
-goto runFop
-
-:noJavaHome
-if "%JAVACMD%" == "" set JAVACMD=java
-
-:runFop
-rem echo "%JAVACMD%" %LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS%
-"%JAVACMD%" %JAVAOPTS% %LOGCHOICE% %LOGLEVEL% -cp "%LOCALCLASSPATH%" %FOP_OPTS% org.apache.fop.cli.Main %FOP_CMD_LINE_ARGS%
+call "%LOCAL_FOP_HOME%\fop.bat" %FOP_CMD_LINE_ARGS%
 
-ENDLOCAL

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.js
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.js?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.js (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/fop.js Thu Apr  5 16:19:19 2012
@@ -223,7 +223,7 @@ function fop_exec() {
 	+ (config.Exists("JAVA_OPTS")?config.Item("JAVA_OPTS") + " ":"")
 	+ (config.Exists("LOGCHOICE")?config.Item("LOGCHOICE") + " ":"")
 	+ (config.Exists("LOGLEVEL")?config.Item("LOGLEVEL") + " ":"")
-	"-classpath \"" + local_classpath + "\" "
+	+ "-classpath \"" + local_classpath + "\" "
 	+ (config.Exists("FOP_OPTS")?config.Item("FOP_OPTS"):"")
 	+ "org.apache.fop.cli.Main " + fop_exec_args;
   if (debug || fop_exec_debug) {

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/lib/xmlgraphics-commons-1.5svn.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/lib/xmlgraphics-commons-1.5svn.jar?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
Binary files - no diff available.

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollector.java Thu Apr  5 16:19:19 2012
@@ -21,7 +21,6 @@ package org.apache.fop.tools;
 
 import java.io.File;
 import java.io.IOException;
-import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 import java.util.Map;
@@ -47,10 +46,10 @@ import com.thoughtworks.qdox.model.Type;
 class EventProducerCollector {
 
     private static final String CLASSNAME_EVENT_PRODUCER = EventProducer.class.getName();
-    private static final Map PRIMITIVE_MAP;
+    private static final Map<String, Class<?>> PRIMITIVE_MAP;
 
     static {
-        Map m = new java.util.HashMap();
+        Map<String, Class<?>> m = new java.util.HashMap<String, Class<?>>();
         m.put("boolean", Boolean.class);
         m.put("byte", Byte.class);
         m.put("char", Character.class);
@@ -63,7 +62,7 @@ class EventProducerCollector {
     }
 
     private DocletTagFactory tagFactory;
-    private List models = new ArrayList();
+    private List<EventModel> models = new java.util.ArrayList<EventModel>();
 
     /**
      * Creates a new EventProducerCollector.
@@ -139,7 +138,7 @@ class EventProducerCollector {
             throws EventConventionException, ClassNotFoundException {
         JavaClass clazz = method.getParentClass();
         //Check EventProducer conventions
-        if (!method.getReturns().isVoid()) {
+        if (!method.getReturnType().isVoid()) {
             throw new EventConventionException("All methods of interface "
                     + clazz.getFullyQualifiedName() + " must have return type 'void'!");
         }
@@ -168,10 +167,10 @@ class EventProducerCollector {
         if (params.length > 1) {
             for (int j = 1, cj = params.length; j < cj; j++) {
                 JavaParameter p = params[j];
-                Class type;
+                Class<?> type;
                 JavaClass pClass = p.getType().getJavaClass();
                 if (p.getType().isPrimitive()) {
-                    type = (Class)PRIMITIVE_MAP.get(pClass.getName());
+                    type = PRIMITIVE_MAP.get(pClass.getName());
                     if (type == null) {
                         throw new UnsupportedOperationException(
                                 "Primitive datatype not supported: " + pClass.getName());
@@ -197,7 +196,7 @@ class EventProducerCollector {
      * Returns the event model that has been accumulated.
      * @return the event model.
      */
-    public List getModels() {
+    public List<EventModel> getModels() {
         return this.models;
     }
 

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollectorTask.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollectorTask.java?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollectorTask.java (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/java/org/apache/fop/tools/EventProducerCollectorTask.java Thu Apr  5 16:19:19 2012
@@ -56,7 +56,7 @@ import org.w3c.dom.Node;
  */
 public class EventProducerCollectorTask extends Task {
 
-    private List filesets = new java.util.ArrayList();
+    private List<FileSet> filesets = new java.util.ArrayList<FileSet>();
     private File destDir;
     private File translationFile;
 
@@ -200,7 +200,7 @@ public class EventProducerCollectorTask 
     protected long processFileSets(EventProducerCollector collector)
             throws IOException, EventConventionException, ClassNotFoundException {
         long lastModified = 0;
-        Iterator iter = filesets.iterator();
+        Iterator<FileSet> iter = filesets.iterator();
         while (iter.hasNext()) {
             FileSet fs = (FileSet)iter.next();
             DirectoryScanner ds = fs.getDirectoryScanner(getProject());

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java Thu Apr  5 16:19:19 2012
@@ -148,11 +148,18 @@ public final class UnicodeClasses {
     }
 
 
-    /**
-     * The column numbers in the UCD file
-     */
-    public static final int UNICODE = 0, GENERAL_CATEGORY = 2, SIMPLE_UPPERCASE_MAPPING = 12,
-    SIMPLE_LOWERCASE_MAPPING = 13, SIMPLE_TITLECASE_MAPPING = 14, NUM_FIELDS = 15;
+    /** The 1st column in the UCD file. */
+    public static final int UNICODE = 0;
+    /** The 3rd column in the UCD file. */
+    public static final int GENERAL_CATEGORY = 2;
+    /** The 13th column in the UCD file. */
+    public static final int SIMPLE_UPPERCASE_MAPPING = 12;
+    /** The 14th column in the UCD file. */
+    public static final int SIMPLE_LOWERCASE_MAPPING = 13;
+    /** The 15th column in the UCD file. */
+    public static final int SIMPLE_TITLECASE_MAPPING = 14;
+    /** The number of columns in the UCD file. */
+    public static final int NUM_FIELDS = 15;
 
     /**
      * Generate classes.xml from Unicode Character Database files
@@ -254,7 +261,8 @@ public final class UnicodeClasses {
                     continue;
                 }
 
-                int uppercode = -1, titlecode = -1;
+                int uppercode = -1;
+                int titlecode = -1;
                 if (!"".equals(fields[SIMPLE_UPPERCASE_MAPPING])) {
                     uppercode = Integer.parseInt(fields[SIMPLE_UPPERCASE_MAPPING], 16);
                 }
@@ -322,8 +330,7 @@ public final class UnicodeClasses {
             if (codes[0].equals("\\l") && codes.length != 2) {
                 ow.write("\"" + line + "\" should have one code");
                 continue;
-            }
-            else if (codes[0].equals("\\L") && codes.length != 4) {
+            } else if (codes[0].equals("\\L") && codes.length != 4) {
                 ow.write("\"" + line + "\" should have three codes");
                 continue;
             }
@@ -352,7 +359,10 @@ public final class UnicodeClasses {
      * @throws URISyntaxException if the input URI is incorrect
      */
     public static void main(String[] args) throws IOException, URISyntaxException {
-        String type = "ucd", prefix = "--", infile = null, outfile = null;
+        String type = "ucd";
+        String prefix = "--";
+        String infile = null;
+        String outfile = null;
         boolean hexcode = false;
         int i;
         for (i = 0; i < args.length && args[i].startsWith(prefix); ++i) {

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/text/linebreak/GenerateLineBreakUtils.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/text/linebreak/GenerateLineBreakUtils.java?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/text/linebreak/GenerateLineBreakUtils.java (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/codegen/unicode/java/org/apache/fop/text/linebreak/GenerateLineBreakUtils.java Thu Apr  5 16:19:19 2012
@@ -558,7 +558,8 @@ public final class GenerateLineBreakUtil
                     throw new Exception(lineBreakFileName + ':' + lineNumber + ": Unknown property value in " + line);
                 }
                 String codepoint = line.substring(0, idx);
-                int low, high;
+                int low;
+                int high;
                 idx = codepoint.indexOf("..");
                 try {
                     if (idx >= 0) {

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/anttask.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/anttask.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/anttask.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/anttask.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,12 +19,12 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Ant task</title>
+    <title>Apache™ FOP: Ant task</title>
     <version>$Revision$</version>
   </header>
   <body>
     <p>
-      Apache FOP provides an Ant task for automating the document build process.
+      Apache™ FOP provides an Ant task for automating the document build process.
     </p>
     <section id="basics">
       <title>Description</title>
@@ -195,3 +195,6 @@
     </body>
 </document>
 
+
+
+

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/compiling.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/compiling.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/compiling.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/compiling.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,14 +19,14 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP: Building from Source Code</title>
+    <title>Apache™ FOP: Building from Source Code</title>
     <version>$Revision$</version>
   </header>
   <body>
     <section id="build-needed">
       <title>Do You Need To Build?</title>
       <p>
-        FOP distributions are either pre-compiled binary or source.
+        Apache™ FOP distributions are either pre-compiled binary or source.
         If you are using a binary distribution, it is already built and there is no need to build it again. 
         See the <a href="../download.html">Download Instructions</a> for information about whether a 
         binary or source distribution is best for your needs.
@@ -137,5 +137,4 @@
       </ul>
     </section>
   </body>
-</document>
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/configuration.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/configuration.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/configuration.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/configuration.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP: Configuration</title>
+    <title>Apache™ FOP: Configuration</title>
     <version>$Revision$</version>
   </header>
 
@@ -390,5 +390,4 @@ information it finds. Check if FOP finds
 
         </section>
   </body>
-</document>
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/embedding.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/embedding.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/embedding.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/embedding.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -20,8 +20,8 @@
 <!-- Embedding FOP -->
 <document>
   <header>
-    <title>Apache FOP: Embedding</title>
-    <subtitle>How to Embed FOP in a Java application</subtitle>
+    <title>Apache™ FOP: Embedding</title>
+    <subtitle>How to Embed Apache™ FOP in a Java application</subtitle>
     <version>$Revision$</version>
   </header>
 
@@ -29,11 +29,11 @@
   <section id="overview">
     <title>Overview</title>
     <p>
-      Review <a href="running.html">Running FOP</a> for important information that applies 
+      Review <a href="running.html">Running Apache™ FOP</a> for important information that applies
       to embedded applications as well as command-line use, such as options and performance.
     </p>
     <p>
-      To embed Apache FOP in your application, first create a new
+      To embed Apache™ FOP in your application, first create a new
       org.apache.fop.apps.FopFactory instance. This object can be used to launch multiple
       rendering runs. For each run, create a new org.apache.fop.apps.Fop instance through
       one of the factory methods of FopFactory. In the method call you specify which output
@@ -685,5 +685,4 @@ mailing list.
   </section>
 </section>
   </body>
-</document>
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/extensions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/extensions.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/extensions.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/extensions.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Standard FOP Extensions</title>
+    <title>Standard Apache™ FOP Extensions</title>
     <version>$Revision$</version>
   </header>
   <body>
@@ -230,5 +230,4 @@ to following pages. Here is an example o
       
     </section>
   </body>
-</document>
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/fonts.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/fonts.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/fonts.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP: Fonts</title>
+    <title>Apache™ FOP: Fonts</title>
     <version>$Revision$</version>
     <authors>
       <person name="Jeremias Märki" email=""/>
@@ -407,4 +407,4 @@
       </section-->
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/graphics.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/graphics.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/graphics.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/graphics.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,14 +19,14 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP: Graphics Formats</title>
+    <title>Apache™ FOP: Graphics Formats</title>
     <version>$Revision$</version>
   </header>
   <body>
     <section id="introduction">
       <title>Introduction</title>
       <p>
-        After the Apache FOP 0.94 release, the image handling subsystem has been rewritten in
+        After the Apache™ FOP 0.94 release, the image handling subsystem has been rewritten in
         order to improve the range of supported images and image subtypes, to lower the
         overall memory consumption when handling images, to produce smaller output files and to
         increase the performance in certain areas. Of course, this causes a few changes most of
@@ -77,65 +77,65 @@
         <tr>
           <td><a href="#bmp">BMP</a> (Microsoft Windows Bitmap)</td>
           <td>bitmap</td>
-          <td></td>
-          <td></td>
+          <td/>
+          <td/>
           <td>X [1]</td>
         </tr>
         <tr>
           <td><a href="#emf">EMF</a> (Windows Enhanced Metafile)</td>
           <td>vector (with embedded bitmaps)</td>
           <td>(X)</td>
-          <td></td>
-          <td></td>
+          <td/>
+          <td/>
         </tr>
         <tr>
           <td><a href="#eps">EPS</a> (Encapsulated PostScript)</td>
           <td>metafile (both bitmap and vector), most frequently used for vector drawings</td>
           <td>(X)</td>
-          <td></td>
-          <td></td>
+          <td/>
+          <td/>
         </tr>
         <tr>
           <td>GIF (Graphics Interchange Format)</td>
           <td>bitmap</td>
-          <td></td>
-          <td></td>
+          <td/>
+          <td/>
           <td>X</td>
         </tr>
         <tr>
           <td><a href="#jpeg">JPEG</a> (Joint Photographic Experts Group)</td>
           <td>bitmap</td>
           <td>(X)</td>
-          <td></td>
+          <td/>
           <td>X</td>
         </tr>
         <tr>
           <td><a href="#png">PNG</a> (Portable Network Graphic)</td>
           <td>bitmap</td>
-          <td></td>
-          <td></td>
+          <td/>
+          <td/>
           <td>X</td>
         </tr>
         <tr>
           <td><a href="#svg">SVG</a> (Scalable Vector Graphics)</td>
           <td>vector (with embedded bitmaps)</td>
-          <td></td>
+          <td/>
           <td>X</td>
-          <td></td>
+          <td/>
         </tr>
         <tr>
           <td><a href="#tiff">TIFF</a> (Tag Image Format File)</td>
           <td>bitmap</td>
           <td>(X)</td>
-          <td></td>
+          <td/>
           <td>X [1]</td>
         </tr>
         <tr>
           <td><a href="#wmf">WMF</a> (Windows Metafile)</td>
           <td>vector (with embedded bitmaps)</td>
-          <td></td>
+          <td/>
           <td>(X)</td>
-          <td></td>
+          <td/>
         </tr>
       </table>
       <p>
@@ -153,7 +153,7 @@
       <note>
         <a href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</a> is not the same as the
         <a href="http://java.sun.com/javase/technologies/desktop/media/jai/">JAI library</a>! The
-        former simply exposes JAI's codecs using the Image&nbsp;I/O API but does not include all
+        former simply exposes JAI's codecs using the Image&amp;nbsp;I/O API but does not include all
         the image manipulation functionality.
       </note>
       <section id="format-map">
@@ -185,21 +185,21 @@
           </tr>
           <tr>
             <td><a href="#emf">EMF</a> (Windows Enhanced Metafile)</td>
-            <td></td>
-            <td></td>
-            <td></td>
-            <td></td>
-            <td></td>
+            <td/>
+            <td/>
+            <td/>
+            <td/>
+            <td/>
             <td>X [1]</td>
           </tr>
           <tr>
             <td><a href="#eps">EPS</a> (Encapsulated PostScript)</td>
-            <td></td>
+            <td/>
             <td>X [1]</td>
-            <td></td>
-            <td></td>
-            <td></td>
-            <td></td>
+            <td/>
+            <td/>
+            <td/>
+            <td/>
           </tr>
           <tr>
             <td>GIF (Graphics Interchange Format)</td>
@@ -365,7 +365,7 @@
       <section id="gif">
         <title>GIF</title>
         <p>
-          GIF images are supported through an Image&nbsp;I/O codec. Transparency is supported but
+          GIF images are supported through an Image&amp;nbsp;I/O codec. Transparency is supported but
           not guaranteed to work with every output format.
         </p>
       </section>
@@ -380,14 +380,14 @@
           through without decompression. User reports indicate that grayscale, RGB, and 
           CMYK color spaces are all rendered properly. However, for other output formats, the
           JPEG images have to be decompressed. Tests have shown that there are some limitation
-          in some Image&nbsp;I/O codecs concerning images in the CMYK color space. Work-arounds are
+          in some Image&amp;nbsp;I/O codecs concerning images in the CMYK color space. Work-arounds are
           in place but may not always work as expected.
         </p>
       </section>
       <section id="png">
         <title>PNG</title>
         <p>
-          PNG images are supported through an Image&nbsp;I/O codec. Transparency is supported but
+          PNG images are supported through an Image&amp;nbsp;I/O codec. Transparency is supported but
           not guaranteed to work with every output format.
         </p>
       </section>
@@ -497,7 +497,7 @@
         <p>
           FOP can embed TIFF images without decompression into PDF, PostScript and AFP if they
           have either CCITT T.4, CCITT T.6, or JPEG compression. Otherwise, a TIFF-capable
-          Image&nbsp;I/O codec is necessary for decoding the image.
+          Image&amp;nbsp;I/O codec is necessary for decoding the image.
         </p>
         <p>
           There may be some limitation concerning images in the CMYK color space.
@@ -564,4 +564,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/hyphenation.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/hyphenation.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/hyphenation.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/hyphenation.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP: Hyphenation</title>
+    <title>Apache™ FOP: Hyphenation</title>
     <version>$Revision$</version>
   </header>
   <body>
@@ -27,7 +27,7 @@
     <title>Hyphenation Support</title>
     <section id="intro">
       <title>Introduction</title>
-      <p>FOP uses Liang's hyphenation algorithm, well known from TeX. It needs
+      <p>Apache™ FOP uses Liang's hyphenation algorithm, well known from TeX. It needs
        language specific pattern and other data for operation.</p>
       <p>Because of <a href="#license-issues">licensing issues</a> (and for 
        convenience), all hyphenation patterns for FOP are made available through 
@@ -145,16 +145,16 @@
      confirming their accuracy, or raising specific problems that we can
      address.</warning>
     <ul>
-      <li>The root of the pattern file is the &lt;hyphenation-info> element.</li>
-      <li>&lt;hyphen-char>: its attribute "value" contains the character signalling
-       a hyphen in the &lt;exceptions> section. It has nothing to do with the
+      <li>The root of the pattern file is the &lt;hyphenation-info&gt; element.</li>
+      <li>&lt;hyphen-char&gt;: its attribute "value" contains the character signalling
+       a hyphen in the &lt;exceptions&gt; section. It has nothing to do with the
        hyphenation character used in FOP, use the XSLFO hyphenation-character
        property for defining the hyphenation character there. At some points
        a dash U+002D is hardwired in the code, so you'd better use this too
        (patches to rectify the situation are welcome). There is no default,
        if you declare exceptions with hyphenations, you must declare the
        hyphen-char too.</li>
-      <li>&lt;hyphen-min> contains two attributes:
+      <li>&lt;hyphen-min&gt; contains two attributes:
         <ul>
           <li>before: the minimum number of characters in a word allowed to exist
            on a line immediately preceding a hyphenated word-break.</li>
@@ -164,23 +164,23 @@
         This element is unused and not even read. It should be considered a
         documentation for parameters used during pattern generation.
       </li>
-      <li>&lt;classes> contains whitespace-separated character sets. The members
+      <li>&lt;classes&gt; contains whitespace-separated character sets. The members
        of each set should be treated as equivalent for purposes of hyphenation,
        usually upper and lower case of the same character. The first character
        of the set is the canonical character, the patterns and exceptions
        should only contain these canonical representation characters (except
        digits for weight, the period (.) as word delimiter in the patterns and
        the hyphen char in exceptions, of course).</li>
-      <li>&lt;exceptions> contains whitespace-separated words, each of which
+      <li>&lt;exceptions&gt; contains whitespace-separated words, each of which
        has either explicit hyphen characters to denote acceptable breakage
        points, or no hyphen characters, to indicate that this word should
-       never be hyphenated, or contain explicit &lt;hyp> elements for specifying
-       changes of spelling due to hyphenation (like backen -> bak-ken or
-       Stoffarbe -> Stoff-farbe in the old german spelling). Exceptions override
-       the patterns described below. Explicit &lt;hyp> declarations don't work
+       never be hyphenated, or contain explicit &lt;hyp&gt; elements for specifying
+       changes of spelling due to hyphenation (like backen -&gt; bak-ken or
+       Stoffarbe -&gt; Stoff-farbe in the old german spelling). Exceptions override
+       the patterns described below. Explicit &lt;hyp&gt; declarations don't work
        yet (patches welcome). Exceptions are generally a bit brittle, test
        carefully.</li>
-      <li>&lt;patterns> includes whitespace-separated patterns, which are what
+      <li>&lt;patterns&gt; includes whitespace-separated patterns, which are what
        drive most hyphenation decisions. The characters in these patterns are
        explained as follows:
         <ul>
@@ -234,4 +234,4 @@
      hyphenation.</p>
   </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/index.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/index.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/index.xml Thu Apr  5 16:19:19 2012
@@ -19,14 +19,14 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Apache FOP Version 0.95</title>
+    <title>Apache™ FOP Version 0.95</title>
     <version>$Revision$</version>
   </header>
   <body>
     <section id="intro">
       <title>Introduction</title>
       <p>
-        The Apache FOP team is proud to present to you this production quality release.
+        The Apache™ FOP team is proud to present to you this production quality release.
         We're still in the process of adding new features. We welcome any feedback you
         might have and even more, any other form of help to get the project forward.
       </p>
@@ -51,4 +51,4 @@
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/intermediate.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/intermediate.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/intermediate.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/intermediate.xml Thu Apr  5 16:19:19 2012
@@ -19,13 +19,13 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>Intermediate Format</title>
+    <title>Apache™ FOP: Intermediate Format</title>
     <version>$Revision$</version>
   </header>
   <body>
     <note>
       Please note that the intermediate format is an <strong>advanced feature</strong> and can be ignored by most
-      users of Apache FOP.
+      users of Apache™ FOP.
     </note>
     <section id="introduction">
       <title>Introduction</title>
@@ -143,4 +143,4 @@ try {
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/knownissues_overview.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/knownissues_overview.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/knownissues_overview.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/knownissues_overview.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document xmlns:xi="http://www.w3.org/2001/XInclude">
   <header>
-    <title>Apache FOP: Known Issues</title>
+    <title>Apache™ FOP: Known Issues</title>
     <version>$Revision$</version>
   </header>
 <body>
@@ -30,7 +30,7 @@
   </p>
   <note>
     <p>
-      For additional information on known issues in Apache FOP, please have a look at the following pages, too:
+      For additional information on known issues in Apache™ FOP, please have a look at the following pages, too:
     </p>
     <ul>
       <li><a href="../bugs.html">the bug list in Bugzilla</a></li>
@@ -66,5 +66,4 @@
   </section>
 </section>
 </body>
-</document>
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/metadata.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/metadata.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/metadata.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/metadata.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
 <document>
   <header>
-    <title>Metadata</title>
+    <title>Apache™ FOP: Metadata</title>
   </header>
   <body>
     <section id="overview">
@@ -42,7 +42,7 @@
       <title>Embedding XMP in an XSL-FO document</title>
       <p>
         As noted above, there's no officially recommended way to embed metadata in XSL-FO.
-        Apache FOP supports embedding XMP in XSL-FO. Currently, only support for document-level
+        Apache™ FOP supports embedding XMP in XSL-FO. Currently, only support for document-level
         metadata is implemented. Object-level metadata will be implemented when there's
         interest.
       </p>
@@ -240,4 +240,4 @@
       </ul>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/output.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/output.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/output.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -20,7 +20,7 @@
 <!-- Output Formats: Renderers -->
 <document>
   <header>
-    <title>Apache FOP Output Formats</title>
+    <title>Apache™ FOP Output Formats</title>
     <version>$Revision$</version>
     <authors>
       <person name="Keiron Liddle" email="keiron@aftexsw.com"/>
@@ -30,7 +30,7 @@
 
   <body>
     <p>
-      FOP supports multiple output formats by using a different renderer for each format.
+      Apache™ FOP supports multiple output formats by using a different renderer for each format.
       The renderers do not all have the same set of capabilities, sometimes because of 
       the output format itself, sometimes because some renderers get more development 
       attention than others.
@@ -911,6 +911,4 @@ out = proc.getOutputStream();]]></source
 </section>
 
   </body>
-</document>
-
-
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfa.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfa.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfa.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfa.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
 <document>
   <header>
-    <title>PDF/A (ISO 19005)</title>
+    <title>Apache™ FOP: PDF/A (ISO 19005)</title>
     <version>$Revision$</version>
     <authors>
       <person name="Jeremias Märki" email="jeremias@apache.org"/>
@@ -153,4 +153,4 @@ Fop fop = fopFactory.newFop(MimeConstant
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfencryption.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfencryption.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfencryption.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -19,7 +19,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
-    <title>PDF encryption.</title>
+    <title>Apache™ FOP: PDF encryption.</title>
     <version>$Revision$</version>
     <authors>
       <person name="J.Pietschmann" email="pietsch@apache.org"/>
@@ -30,7 +30,7 @@
     <section>
       <title>Overview</title>
       <p>
-        FOP supports encryption of PDF output, thanks to Patrick
+        Apache™ FOP supports encryption of PDF output, thanks to Patrick
         C. Lankswert. This feature is commonly used to prevent
         unauthorized viewing, printing, editing, copying text from the
         document and doing annotations. It is also possible to ask the
@@ -222,4 +222,4 @@ Fop fop = fopFactory.newFop(MimeConstant
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfx.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfx.xml?rev=1309921&r1=1309920&r2=1309921&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfx.xml (original)
+++ xmlgraphics/fop/branches/Temp_TrueTypeInPostScript/src/documentation/content/xdocs/0.95/pdfx.xml Thu Apr  5 16:19:19 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
   Copyright 2006 The Apache Software Foundation
 
@@ -18,7 +18,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
 <document>
   <header>
-    <title>PDF/X (ISO 15930)</title>
+    <title>Apache™ FOP: PDF/X (ISO 15930)</title>
     <version>$Revision$</version>
     <authors>
       <person name="Jeremias Märki" email="jeremias@apache.org"/>
@@ -133,4 +133,4 @@ Fop fop = fopFactory.newFop(MimeConstant
       </p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org