You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/06/24 17:10:49 UTC

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

Author: erwan
Date: Fri Jun 24 15:10:49 2011
New Revision: 1139350

URL: http://svn.apache.org/viewvc?rev=1139350&view=rev
Log:
No need to build 2 times when executing run-tests-with-cobertura, as run-tests is already calling this target

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1139350&r1=1139349&r2=1139350&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Fri Jun 24 15:10:49 2011
@@ -705,7 +705,7 @@ under the License.
         </fail>
     </target>
 
-   <target name="run-tests-with-cobertura" depends="download-cobertura, build, run-tests"
+   <target name="run-tests-with-cobertura" depends="download-cobertura, 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">