Author: cdouglas
Date: Tue Jun 17 02:37:53 2008
New Revision: 668588
URL: http://svn.apache.org/viewvc?rev=668588&view=rev
Log:
HADOOP-3575. Fix the clover ant target after package refactoring. Contributed
by Nigel Daley.
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/build.xml
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=668588&r1=668587&r2=668588&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Jun 17 02:37:53 2008
@@ -610,6 +610,9 @@
HADOOP-3561. Prevent the trash from deleting its parent directories.
(cdouglas)
+ HADOOP-3575. Fix the clover ant target after package refactoring.
+ (Nigel Daley via cdouglas)
+
Release 0.17.0 - 2008-05-18
INCOMPATIBLE CHANGES
Modified: hadoop/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=668588&r1=668587&r2=668588&view=diff
==============================================================================
--- hadoop/core/trunk/build.xml (original)
+++ hadoop/core/trunk/build.xml Tue Jun 17 02:37:53 2008
@@ -1137,7 +1137,7 @@
<taskdef resource="clovertasks"/>
<mkdir dir="${clover.db.dir}"/>
<clover-setup initString="${clover.db.dir}/hadoop_coverage.db">
- <fileset dir="src/java"/>
+ <fileset dir="src" includes="core/**/* tools/**/* hdfs/**/* mapred/**/*"/>
</clover-setup>
</target>