On 05/04/2015 08:36 AM, jaco...@apache.org wrote:
Author: jacopoc
Date: Mon May  4 13:36:09 2015
New Revision: 1677597

URL: http://svn.apache.org/r1677597
Log:
Removed commons-cli jar that was not used: barcode4j has an optional dependency 
on it but only if used from the command line (which is not the case in OFBiz); 
Groovy has a dependency on Commons CLI but it uses a copy of it bundled in 
groovy-all jar.

Removed:
     ofbiz/trunk/framework/base/lib/commons/commons-cli-1.2.jar
Modified:
     ofbiz/trunk/.classpath
     ofbiz/trunk/LICENSE
     ofbiz/trunk/macros.xml

Modified: ofbiz/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1677597&r1=1677596&r2=1677597&view=diff
==============================================================================
--- ofbiz/trunk/.classpath (original)
+++ ofbiz/trunk/.classpath Mon May  4 13:36:09 2015
@@ -57,7 +57,6 @@
      <classpathentry kind="lib" path="framework/base/lib/xstream-1.4.6.jar"/>
      <classpathentry kind="lib" path="framework/base/lib/xpp3-1.1.4c.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.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"/>

Modified: ofbiz/trunk/LICENSE
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/LICENSE?rev=1677597&r1=1677596&r2=1677597&view=diff
==============================================================================
--- ofbiz/trunk/LICENSE (original)
+++ ofbiz/trunk/LICENSE Mon May  4 13:36:09 2015
@@ -44,7 +44,6 @@ 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-core-1.8.3.jar
-framework/base/lib/commons/commons-cli-1.2.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

Modified: ofbiz/trunk/macros.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/macros.xml?rev=1677597&r1=1677596&r2=1677597&view=diff
==============================================================================
--- ofbiz/trunk/macros.xml (original)
+++ ofbiz/trunk/macros.xml Mon May  4 13:36:09 2015
@@ -48,9 +48,6 @@ under the License.
   <patternset id="src.exc.set"/>
<path id="groovy.class.path">
-  <pathelement 
location="${ofbiz.home.dir}/framework/base/lib/commons/commons-cli-1.0.jar"/>
-  <pathelement 
location="${ofbiz.home.dir}/framework/base/lib/scripting/antlr-2.7.6.jar"/>
-  <pathelement 
location="${ofbiz.home.dir}/framework/base/lib/scripting/asm-3.2.jar"/>
    <pathelement 
location="${ofbiz.home.dir}/framework/base/lib/scripting/groovy-all-2.2.1.jar"/>
   </path>
   <path id="rhino.class.path">

Why are antlr and asm removed, but not mentioned in the log?




Reply via email to