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

erwan
Author: erwan
Date: Mon Apr  4 09:33:01 2011
New Revision: 1088524

URL: http://svn.apache.org/viewvc?rev=1088524&view=rev
Log:
Adding description for cobertura-report task

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1088524&r1=1088523&r2=1088524&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Apr  4 09:33:01 2011
@@ -750,7 +750,8 @@ under the License.
         <ant antfile="runtime/test-list-build.xml" target="all-tests"/>
     </target>
 
-    <target name="cobertura-report">
+    <target name="cobertura-report"
+            description="generates a HTML code coverage report with cobertura, can be found in runtime/logs/cobertura-report">
         <delete dir="runtime/logs/cobertura-report"/>
         <mkdir dir="runtime/logs/cobertura-report"/>
         <taskdef resource="tasks.properties">