You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2005/03/31 20:21:02 UTC

svn commit: r159617 - jakarta/httpclient/trunk/http-common/build.xml

Author: olegk
Date: Thu Mar 31 10:21:01 2005
New Revision: 159617

URL: http://svn.apache.org/viewcvs?view=rev&rev=159617
Log:
Exclude mockup classes from the test coverage analysis

Modified:
    jakarta/httpclient/trunk/http-common/build.xml

Modified: jakarta/httpclient/trunk/http-common/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpclient/trunk/http-common/build.xml?view=diff&r1=159616&r2=159617
==============================================================================
--- jakarta/httpclient/trunk/http-common/build.xml (original)
+++ jakarta/httpclient/trunk/http-common/build.xml Thu Mar 31 10:21:01 2005
@@ -189,6 +189,7 @@
     <clover-setup initString="${build.home}/clover/database/coverage.db" >
       <files>
         <exclude name="**/Test*.java"/>
+        <exclude name="**/mockup/*.java"/>
       </files>
     </clover-setup>
   </target>