You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2013/04/08 11:26:49 UTC

svn commit: r1465578 - /ofbiz/trunk/build.xml

Author: jacopoc
Date: Mon Apr  8 09:26:49 2013
New Revision: 1465578

URL: http://svn.apache.org/r1465578
Log:
updated cobertura-report task with path to the new jar for log4j 

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1465578&r1=1465577&r2=1465578&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Apr  8 09:26:49 2013
@@ -999,7 +999,7 @@ under the License.
             <classpath>
                 <fileset dir="framework/base/lib">
                     <include name="cobertura-1.9.4.1.jar" />
-                    <include name="log4j-1.2.16.jar" />
+                    <include name="log4j-1.2.17.jar" />
                     <include name="scripting/asm*.jar" />
                 </fileset>
             </classpath>