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 2008/05/29 23:23:47 UTC

svn commit: r661484 - in /cocoon/branches/BRANCH_2_1_X: lib/jars.xml lib/optional/poi-2.5.1-final-20040804.jar lib/optional/poi-3.0.2-FINAL-20080204.jar status.xml

Author: anathaniel
Date: Thu May 29 14:23:46 2008
New Revision: 661484

URL: http://svn.apache.org/viewvc?rev=661484&view=rev
Log:
Update to poi-3.0.2.

Added:
    cocoon/branches/BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar   (with props)
Removed:
    cocoon/branches/BRANCH_2_1_X/lib/optional/poi-2.5.1-final-20040804.jar
Modified:
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml
    cocoon/branches/BRANCH_2_1_X/status.xml

Modified: cocoon/branches/BRANCH_2_1_X/lib/jars.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/jars.xml?rev=661484&r1=661483&r2=661484&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Thu May 29 14:23:46 2008
@@ -466,11 +466,14 @@
   <file>
     <title>Create proprietary file formats</title>
     <description>
-      The POI project consists of APIs for manipulating various file formats
-      based upon Microsoft's OLE 2 Compound Document format using pure Java.
+      The POI project is the master project for developing pure Java ports
+      of file formats based on Microsoft's OLE 2 Compound Document Format.
+      OLE 2 Compound Document Format is used by Microsoft Office Documents,
+      as well as by programs using MFC property sets to serialize their
+      document objects.
     </description>
     <used-by>MS Excel serializer (poi block)</used-by>
-    <lib>optional/poi-2.5.1-final-20040804.jar</lib>
+    <lib>optional/poi-3.0.2-FINAL-20080204.jar</lib>
     <homepage>http://jakarta.apache.org/poi/</homepage>
   </file>
 

Added: cocoon/branches/BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar?rev=661484&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?rev=661484&r1=661483&r2=661484&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Thu May 29 14:23:46 2008
@@ -182,6 +182,9 @@
 
   <changes>
   <release version="2.1.12" date="TBD">
+    <action dev="AN" type="update">
+      POI Block: Update to poi-3.0.2.
+    </action>
     <action dev="VG, JH" type="fix" fixes-bug="COCOON-2063">
       HTML: Fix encoding issue in NekoHTMLTransformer. Fix similar issue in NekoHTMLGenerator when reading a request
       parameter value.