You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/12/12 09:26:22 UTC

svn commit: r356213 - /cocoon/branches/BRANCH_2_1_X/status.xml

Author: antonio
Date: Mon Dec 12 00:26:14 2005
New Revision: 356213

URL: http://svn.apache.org/viewcvs?rev=356213&view=rev
Log:
Replace deprecated library excalibur-io 1.1 with commons-io 1.1.

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=356213&r1=356212&r2=356213&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Dec 12 00:26:14 2005
@@ -180,6 +180,12 @@
 -->
   <release version="2.1.9" date="TBD">
    <action dev="AG" type="update">
+     Replace deprecated library excalibur-io 1.1 with commons-io 1.1.
+     The file excalibur-io-1.1.jar is no longer part of the cocoon distribution.
+     Note: All the packages under org.apache.avalon.excalibur.io.* can be found under
+     org.apache.commons.io.*. Please update the imports in your code.
+   </action>
+   <action dev="AG" type="update">
       Updated asm to 2.1, asm-util to 2.1 and groovy to 1.0-jsr-04.
     </action> 
     <action dev="AN" type="fix">