aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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>