jicarilla-sandbox/buildsystem build-project.xml,1.18,1.19

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/buildsystem
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31118/buildsystem

Modified Files:
	build-project.xml 
Log Message:
remove redundant clover coverage (why cover the tests :D)

Index: build-project.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/build-project.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- build-project.xml	8 Mar 2004 19:49:29 -0000	1.18
+++ build-project.xml	10 Mar 2004 08:17:37 -0000	1.19
@@ -392,7 +392,9 @@
         <typedef resource="clovertypes"/>
 
         <mkdir dir="target/.clover_coverage"/>
-        <clover-setup initString="target/.clover_coverage/clover.db"/>
+        <clover-setup initString="target/.clover_coverage/clover.db">
+            <fileset dir="${jbs.src.dir}/java"/>
+        </clover-setup>
 
         <delete dir="target/classes"/>
         <mkdir dir="target/classes"/>
@@ -404,6 +406,7 @@
         <clover-report>
             <current outfile="target/docs/clover">
                 <format type="html"/>
+                <fileset dir="${jbs.src.dir}/java"/>
             </current>
         </clover-report>
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.