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 ss...@apache.org on 2020/02/05 13:25:28 UTC

svn commit: r1873635 - /xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml

Author: ssteiner
Date: Wed Feb  5 13:25:28 2020
New Revision: 1873635

URL: http://svn.apache.org/viewvc?rev=1873635&view=rev
Log:
FOP-2895: Add missing classes to allinone jar

Modified:
    xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml

Modified: xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml?rev=1873635&r1=1873634&r2=1873635&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml (original)
+++ xmlgraphics/fop/trunk/fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml Wed Feb  5 13:25:28 2020
@@ -56,12 +56,14 @@
           <include>org/apache/fop/util/ASCII*.class</include>
           <include>org/apache/fop/util/AbstractPaintingState**</include>
           <include>org/apache/fop/util/CMYKColorSpace*.class</include>
-          <include>org/apache/fop/util/CharUtilities.class</include>
+          <include>org/apache/fop/util/CharUtilities*.class</include>
           <include>org/apache/fop/util/Color*.class</include>
           <include>org/apache/fop/util/DecimalFormatCache*.class</include>
           <include>org/apache/fop/util/Finalizable.class</include>
           <include>org/apache/fop/util/ImageObject.class</include>
           <include>org/apache/fop/util/SubInputStream.class</include>
+          <include>org/apache/fop/util/HexEncoder.class</include>
+          <include>org/apache/fop/configuration/**</include>
         </includes>
         <excludes>
           <exclude>org/apache/fop/render/pdf/PSRenderer.class</exclude>



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