svn commit: r1465334 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/commons/commons-beanutils-1.8.3.jar framework/base/lib/commons/commons-beanutils-core-1.8.3.jar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1465334 - in /ofbiz/trunk: .classpath LICENSE framework/base/lib/commons/commons-beanutils-1.8.3.jar framework/base/lib/commons/commons-beanutils-core-1.8.3.jar

jacopoc
Author: jacopoc
Date: Sun Apr  7 07:29:29 2013
New Revision: 1465334

URL: http://svn.apache.org/r1465334
Log:
Replaced Commons Beanutils jar with the "core" (slightly lighter) version that doesn't contain Beanutils Collections classes that shouldn't be required by OFBiz.

Added:
    ofbiz/trunk/framework/base/lib/commons/commons-beanutils-core-1.8.3.jar   (with props)
Removed:
    ofbiz/trunk/framework/base/lib/commons/commons-beanutils-1.8.3.jar
Modified:
    ofbiz/trunk/.classpath
    ofbiz/trunk/LICENSE

Modified: ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1465334&r1=1465333&r2=1465334&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Sun Apr  7 07:29:29 2013
@@ -66,7 +66,7 @@
     <classpathentry kind="lib" path="framework/base/lib/xmlrpc-server-3.1.2.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/xstream-1.3.1.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/xpp3_min-1.1.4c.jar"/>
-    <classpathentry kind="lib" path="framework/base/lib/commons/commons-beanutils-1.8.3.jar"/>
+    <classpathentry kind="lib" path="framework/base/lib/commons/commons-beanutils-core-1.8.3.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-cli-1.2.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-codec-1.6.jar"/>
     <classpathentry kind="lib" path="framework/base/lib/commons/commons-collections-3.2.1.jar"/>

Modified: ofbiz/trunk/LICENSE
URL: http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1465334&r1=1465333&r2=1465334&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Sun Apr  7 07:29:29 2013
@@ -39,7 +39,7 @@ framework/base/lib/ws-commons-util-1.0.2
 framework/base/lib/xercesImpl-2.9.1.jar
 framework/base/lib/xml-apis-2.9.1.jar
 framework/base/lib/xml-apis-ext-1.3.04.jar
-framework/base/lib/commons/commons-beanutils-1.8.3.jar
+framework/base/lib/commons/commons-beanutils-core-1.8.3.jar
 framework/base/lib/commons/commons-cli-1.2.jar
 framework/base/lib/commons/commons-codec-1.6.jar
 framework/base/lib/commons/commons-collections-3.2.1.jar

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

Propchange: ofbiz/trunk/framework/base/lib/commons/commons-beanutils-core-1.8.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream