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

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

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

jacopoc
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>