diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-09-05 21:12:54 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-09-05 21:12:54 +0000 |
commit | d730c08c5418b1644ebe0c22fc4cc854fbe7e73f (patch) | |
tree | cb168cf7da5b6697e41ee91a40a70e34138a94ec /build.xml | |
parent | 71194f45ae5e8d377e9f4986f757f2e25955ffdb (diff) | |
download | xmlgraphics-fop-d730c08c5418b1644ebe0c22fc4cc854fbe7e73f.tar.gz xmlgraphics-fop-d730c08c5418b1644ebe0c22fc4cc854fbe7e73f.zip |
Transcoder JAR is missing the new SubInputStream.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@278843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -483,7 +483,6 @@ list of possible build targets. <include name="org/apache/fop/area/AreaTreeControl*"/> <include name="org/apache/fop/svg/**"/> <include name="org/apache/fop/fonts/**"/> - <!--include name="org/apache/fop/layout/Font*.class"/--> <include name="org/apache/fop/image/FopImag*.class"/> <include name="org/apache/fop/image/Jpeg*"/> <include name="org/apache/fop/image/EPS*"/> @@ -492,6 +491,7 @@ list of possible build targets. <include name="org/apache/fop/util/CMYKColorSpace*.class"/> <include name="org/apache/fop/util/ASCII*.class"/> <include name="org/apache/fop/util/*OutputStream.class"/> + <include name="org/apache/fop/util/SubInputStream.class"/> <include name="org/apache/fop/util/Finalizable.class"/> </patternset> <!-- PDF transcoder --> |