Author: doogie
Date: Thu Mar 11 18:55:50 2010
New Revision: 921984
URL:
http://svn.apache.org/viewvc?rev=921984&view=revLog:
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"/>