aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2004-02-06 21:51:01 +0000
committerJeremias Maerki <jeremias@apache.org>2004-02-06 21:51:01 +0000
commitcbd473404e49a8b0dc768529f1e41557ee477ece (patch)
tree8ee992fdb8ae86a8d76f746a504f6c88bc3b1f45 /build.xml
parentd1699f53b71bf38df92430ed019f327156341840 (diff)
downloadxmlgraphics-fop-cbd473404e49a8b0dc768529f1e41557ee477ece.tar.gz
xmlgraphics-fop-cbd473404e49a8b0dc768529f1e41557ee477ece.zip
Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7a2663045..9c909960a 100644
--- a/build.xml
+++ b/build.xml
@@ -563,8 +563,9 @@ list of possible build targets.
<unjar dest="${transcoder-deps}">
<patternset>
<include name="org/apache/avalon/framework/*"/>
- <include name="org/apache/commons/io/IOUtil.class"/>
- <include name="org/apache/commons/io/ProxyOutputStream.class"/>
+ <include name="org/apache/commons/io/CopyUtils.class"/>
+ <include name="org/apache/commons/io/IOUtils.class"/>
+ <include name="org/apache/commons/io/output/ProxyOutputStream.class"/>
<include name="org/apache/commons/io/output/ByteArrayOutputStream.class"/>
<include name="org/apache/commons/io/output/CountingOutputStream.class"/>
</patternset>