]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).
authorJeremias Maerki <jeremias@apache.org>
Fri, 6 Feb 2004 21:51:01 +0000 (21:51 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 6 Feb 2004 21:51:01 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197335 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7a2663045f3a2c5d79c136d0fd96f8497ccb4ab6..9c909960a2ea80cb78c59feaa81c4cb88320bcfa 100644 (file)
--- 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>