You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2008/08/21 10:34:46 UTC

svn commit: r687642 - /incubator/hama/trunk/build.xml

Author: edwardyoon
Date: Thu Aug 21 01:34:45 2008
New Revision: 687642

URL: http://svn.apache.org/viewvc?rev=687642&view=rev
Log: (empty)

Modified:
    incubator/hama/trunk/build.xml

Modified: incubator/hama/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/build.xml?rev=687642&r1=687641&r2=687642&view=diff
==============================================================================
--- incubator/hama/trunk/build.xml (original)
+++ incubator/hama/trunk/build.xml Thu Aug 21 01:34:45 2008
@@ -276,8 +276,8 @@
     </target>
 
     <target name="findbugs" depends="init, jar">
-        <findbugs home="${lib.dir}/findbugs" output="html" 
-        	     outputFile="${build.report.findbugs}/hama-findbugs.html" 
+        <findbugs home="${lib.dir}/findbugs" output="xml" 
+        	     outputFile="${build.report.findbugs}/hama-findbugs.xml" 
         	     auxClasspathRef="classpath">
             <sourcePath path="${src.dir}" />
             <class location="${build.dir}/${final.name}.jar" />