You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ni...@apache.org on 2011/02/12 02:58:08 UTC

svn commit: r1070008 - in /hadoop/common/trunk/src/contrib: build.xml failmon/

Author: nigel
Date: Sat Feb 12 01:58:08 2011
New Revision: 1070008

URL: http://svn.apache.org/viewvc?rev=1070008&view=rev
Log:
HADOOP-7136. Remove failmon contrib component. (nigel)

Removed:
    hadoop/common/trunk/src/contrib/failmon/
Modified:
    hadoop/common/trunk/src/contrib/build.xml

Modified: hadoop/common/trunk/src/contrib/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/src/contrib/build.xml?rev=1070008&r1=1070007&r2=1070008&view=diff
==============================================================================
--- hadoop/common/trunk/src/contrib/build.xml (original)
+++ hadoop/common/trunk/src/contrib/build.xml Sat Feb 12 01:58:08 2011
@@ -46,7 +46,6 @@
   <!-- ====================================================== -->
   <target name="test">
     <subant target="test">
-      <fileset dir="." includes="failmon/build.xml"/>
       <fileset dir="." includes="hod/build.xml"/>
     </subant>
   </target>