svn commit: r921984 - /ofbiz/trunk/framework/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: r921984 - /ofbiz/trunk/framework/build.xml

doogie-3
Author: doogie
Date: Thu Mar 11 18:55:50 2010
New Revision: 921984

URL: http://svn.apache.org/viewvc?rev=921984&view=rev
Log:
Remove runtime/logs/cobertura-report.

Modified:
    ofbiz/trunk/framework/build.xml

Modified: ofbiz/trunk/framework/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/build.xml?rev=921984&r1=921983&r2=921984&view=diff
==============================================================================
--- ofbiz/trunk/framework/build.xml (original)
+++ ofbiz/trunk/framework/build.xml Thu Mar 11 18:55:50 2010
@@ -93,6 +93,7 @@ under the License.
 
     <target name="clean-logs">
         <delete verbose="on" dir="../runtime/logs/test-results"/>
+        <delete dir="../runtime/logs/cobertura-report"/>
         <delete verbose="on">
             <fileset dir="../runtime/logs" includes="*">
                 <exclude name="README"/>