Browse Source

FOP-2895: Add missing classes to allinone jar

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1873635 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_5
Simon Steiner 4 years ago
parent
commit
0cb0a5e33f
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml

+ 3
- 1
fop-transcoder-allinone/src/tools/resources/assembly/assembly.xml View File

@@ -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>

Loading…
Cancel
Save