You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/02/26 02:44:28 UTC

svn commit: r511688 - /xml/xindice/trunk/build.xml

Author: vgritsenko
Date: Sun Feb 25 17:44:26 2007
New Revision: 511688

URL: http://svn.apache.org/viewvc?view=rev&rev=511688
Log:
updates for clover 1.3

Modified:
    xml/xindice/trunk/build.xml

Modified: xml/xindice/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/build.xml?view=diff&rev=511688&r1=511687&r2=511688
==============================================================================
--- xml/xindice/trunk/build.xml (original)
+++ xml/xindice/trunk/build.xml Sun Feb 25 17:44:26 2007
@@ -384,13 +384,14 @@
       -->
     <target name="clover">
       <available property="clover.present"
-                 classname="com.cortexeb.tools.clover.tasks.CloverTask">
+                 classname="com.cenqua.clover.tasks.CloverSetupTask">
         <classpath refid="project.class.path"/>
       </available>
     </target>
 
     <target name="clover.init" depends="clover" if="clover.present">
         <taskdef resource="clovertasks"/>
+        <typedef resource="clovertypes"/>
         <clover-setup initString="${build.dir}/clover/coverage.db"
                       tmpdir="${build.dir}/clover/src"
                       preserve="false"/>