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 2019/02/20 16:59:05 UTC

svn commit: r1853975 - in /cocoon/branches/BRANCH_2_1_X: gump.xml lib/core/slf4j-log4j12-1.6.4.jar lib/jars.xml

Author: anathaniel
Date: Wed Feb 20 16:59:05 2019
New Revision: 1853975

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

Added:
    cocoon/branches/BRANCH_2_1_X/lib/core/slf4j-log4j12-1.6.4.jar   (with props)
Modified:
    cocoon/branches/BRANCH_2_1_X/gump.xml
    cocoon/branches/BRANCH_2_1_X/lib/jars.xml

Modified: cocoon/branches/BRANCH_2_1_X/gump.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/gump.xml?rev=1853975&r1=1853974&r2=1853975&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/gump.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/gump.xml Wed Feb 20 16:59:05 2019
@@ -441,6 +441,8 @@
     <depend project="jakarta-poi"/>
 
     <library name="poi"/>
+    <library name="commons-codec"/>
+    <library name="curvesapi"/>
 
     <work nested="tools/anttasks"/>
     <home nested="build/cocoon-@@DATE@@"/>

Added: cocoon/branches/BRANCH_2_1_X/lib/core/slf4j-log4j12-1.6.4.jar
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/lib/core/slf4j-log4j12-1.6.4.jar?rev=1853975&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/branches/BRANCH_2_1_X/lib/core/slf4j-log4j12-1.6.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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=1853975&r1=1853974&r2=1853975&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/lib/jars.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/lib/jars.xml Wed Feb 20 16:59:05 2019
@@ -884,7 +884,7 @@
   <file>
     <title>Jakarta Commons Codec</title>
     <description>Implementations of common encoders and decoders</description>
-    <used-by>WebDAV block</used-by>
+    <used-by>WebDAV block, POI block</used-by>
     <lib>optional/commons-codec-1.10.jar</lib>
     <homepage>http://commons.apache.org/codec/</homepage>
   </file>
@@ -1313,4 +1313,14 @@
     <homepage>http://www.slf4j.org/</homepage>
   </file>
 
+  <file>
+    <title>SLF4J</title>
+    <description>
+      Simple Logging Facade for Java - log4j adapter
+    </description>
+    <used-by>Core</used-by>
+    <lib>core/slf4j-log4j12-1.6.4.jar</lib>
+    <homepage>http://www.slf4j.org/</homepage>
+  </file>
+
 </jars>