You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2015/05/16 11:01:02 UTC

svn commit: r1679709 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/commons/commons-compress-1.4.1.jar framework/base/lib/commons/commons-compress-1.9.jar

Author: deepak
Date: Sat May 16 09:01:01 2015
New Revision: 1679709

URL: http://svn.apache.org/r1679709
Log:
OFBIZ-6351 - Upload function does not work on Party Manager.
Upgrade commons-compress jar from 1.4.1 to 1.9

Thanks Supachai Chaima-ngua and Pierre Smits for reporting the issue, and thanks Supachai Chaima-ngua for providing the fix.

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

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1679709&r1=1679708&r2=1679709&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sat May 16 09:01:01 2015
@@ -59,7 +59,7 @@
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-beanutils-core-1.8.3.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-codec-1.10.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-collections-3.2.1.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/commons/commons-compress-1.4.1.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/commons/commons-compress-1.9.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-el-1.0.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-fileupload-1.3.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-io-2.4.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1679709&r1=1679708&r2=1679709&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Sat May 16 09:01:01 2015
@@ -46,7 +46,7 @@ framework/base/lib/xml-apis-ext-1.3.04.j
 framework/base/lib/commons/commons-beanutils-core-1.8.3.jar
 framework/base/lib/commons/commons-codec-1.10.jar
 framework/base/lib/commons/commons-collections-3.2.1.jar
-framework/base/lib/commons/commons-compress-1.4.1.jar
+framework/base/lib/commons/commons-compress-1.9.jar
 framework/base/lib/commons/commons-csv-1.1.jar
 framework/base/lib/commons/commons-el-1.0.jar
 framework/base/lib/commons/commons-fileupload-1.3.1.jar

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

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