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

erwan
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">