You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/04/26 22:12:46 UTC

svn commit: r1331060 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/commons/commons-compress-1.4.jar

Author: erwan
Date: Thu Apr 26 20:12:46 2012
New Revision: 1331060

URL: http://svn.apache.org/viewvc?rev=1331060&view=rev
Log:
OFBIZ-4845 Apache Commons Compress is missing for Tika

Added:
    ofbiz/trunk/framework/base/lib/commons/commons-compress-1.4.jar   (with props)
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/LICENSE

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1331060&r1=1331059&r2=1331060&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Thu Apr 26 20:12:46 2012
@@ -70,6 +70,7 @@
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-cli-1.0.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-codec-1.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-collections-3.2.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/commons/commons-compress-1.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-digester-1.8.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-discovery-0.4.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-el-1.0.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1331060&r1=1331059&r2=1331060&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Thu Apr 26 20:12:46 2012
@@ -43,6 +43,7 @@ ofbiz/trunk/framework/base/lib/commons/c
 ofbiz/trunk/framework/base/lib/commons/commons-cli-1.0.jar
 ofbiz/trunk/framework/base/lib/commons/commons-codec-1.4.jar
 ofbiz/trunk/framework/base/lib/commons/commons-collections-3.2.jar
+ofbiz/trunk/framework/base/lib/commons/commons-compress-1.4.jar
 ofbiz/trunk/framework/base/lib/commons/commons-digester-1.8.jar
 ofbiz/trunk/framework/base/lib/commons/commons-discovery-0.4.jar
 ofbiz/trunk/framework/base/lib/commons/commons-el-1.0.jar

Added: ofbiz/trunk/framework/base/lib/commons/commons-compress-1.4.jar
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/lib/commons/commons-compress-1.4.jar?rev=1331060&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/lib/commons/commons-compress-1.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream