You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/11 17:56:26 UTC

svn commit: r743393 - /incubator/etch/trunk/plugins/ant/build.xml

Author: dixson
Date: Wed Feb 11 16:56:26 2009
New Revision: 743393

URL: http://svn.apache.org/viewvc?rev=743393&view=rev
Log:
remove test reference from clover setup for plugins/ant

Modified:
    incubator/etch/trunk/plugins/ant/build.xml

Modified: incubator/etch/trunk/plugins/ant/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/plugins/ant/build.xml?rev=743393&r1=743392&r2=743393&view=diff
==============================================================================
--- incubator/etch/trunk/plugins/ant/build.xml (original)
+++ incubator/etch/trunk/plugins/ant/build.xml Wed Feb 11 16:56:26 2009
@@ -144,9 +144,11 @@
             <fileset dir="${src}/main/java">
                 <include name="**/*.java" />
             </fileset>
+            <!--
             <testsources dir="${src}/test/java">
                 <include name="**/*.java" />
             </testsources>
+            -->
         </initialize-clover>
         
         <!-- Initialize target directories -->