aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-09-05 21:12:54 +0000
committerJeremias Maerki <jeremias@apache.org>2005-09-05 21:12:54 +0000
commitd730c08c5418b1644ebe0c22fc4cc854fbe7e73f (patch)
treecb168cf7da5b6697e41ee91a40a70e34138a94ec /build.xml
parent71194f45ae5e8d377e9f4986f757f2e25955ffdb (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6e6363bad..5c097d518 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->