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

erwan
Author: erwan
Date: Wed Jun  8 11:52:13 2011
New Revision: 1133357

URL: http://svn.apache.org/viewvc?rev=1133357&view=rev
Log:
Spelling mistake in run-tests-with-cobertura target. Thanks Adrian

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1133357&r1=1133356&r2=1133357&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Jun  8 11:52:13 2011
@@ -705,7 +705,7 @@ under the License.
         </fail>
     </target>
 
-   <target name="run-tests-with-corbertura" depends="download-cobertura, build, run-tests"
+   <target name="run-tests-with-cobertura" depends="download-cobertura, build, run-tests"
         description="Same as run-tests but downloads cobertura and performs code coverage. You will need a valid Internet connection to download cobertura"/>
 
     <target name="_check-separated-tests-already-setup">