You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2004/02/06 22:51:01 UTC

cvs commit: xml-fop build.xml

jeremias    2004/02/06 13:51:01

  Modified:    .        build.xml
  Log:
  Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).
  
  Revision  Changes    Path
  1.103     +3 -2      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- build.xml	23 Jan 2004 15:07:29 -0000	1.102
  +++ build.xml	6 Feb 2004 21:51:01 -0000	1.103
  @@ -563,8 +563,9 @@
       <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org