Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 39663 invoked from network); 14 Mar 2008 23:35:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 23:35:23 -0000 Received: (qmail 68165 invoked by uid 500); 14 Mar 2008 23:35:20 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 68073 invoked by uid 500); 14 Mar 2008 23:35:20 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 68059 invoked by uid 99); 14 Mar 2008 23:35:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 16:35:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 23:34:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7BD1D1A9832; Fri, 14 Mar 2008 16:34:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r637304 [1/3] - in /hadoop/core/trunk: ./ docs/ src/docs/ src/docs/changes/ src/docs/src/documentation/conf/ src/docs/src/documentation/content/xdocs/ Date: Fri, 14 Mar 2008 23:34:55 -0000 To: core-commits@hadoop.apache.org From: nigel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080314233458.7BD1D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nigel Date: Fri Mar 14 16:34:52 2008 New Revision: 637304 URL: http://svn.apache.org/viewvc?rev=637304&view=rev Log: HADOOP-2804. Add support to publish CHANGES.txt as HTML when running the Ant 'docs' target. Added: hadoop/core/trunk/docs/ChangesFancyStyle.css hadoop/core/trunk/docs/ChangesSimpleStyle.css hadoop/core/trunk/docs/changes.html hadoop/core/trunk/src/docs/changes/ hadoop/core/trunk/src/docs/changes/ChangesFancyStyle.css hadoop/core/trunk/src/docs/changes/ChangesSimpleStyle.css hadoop/core/trunk/src/docs/changes/changes2html.pl (with props) hadoop/core/trunk/src/docs/src/documentation/conf/ hadoop/core/trunk/src/docs/src/documentation/conf/cli.xconf Modified: hadoop/core/trunk/CHANGES.txt hadoop/core/trunk/build.xml hadoop/core/trunk/docs/cluster_setup.html hadoop/core/trunk/docs/hdfs_design.html hadoop/core/trunk/docs/hdfs_permissions_guide.html hadoop/core/trunk/docs/hdfs_shell.html hadoop/core/trunk/docs/hdfs_user_guide.html hadoop/core/trunk/docs/hod.html hadoop/core/trunk/docs/hod_admin_guide.html hadoop/core/trunk/docs/hod_config_guide.html hadoop/core/trunk/docs/hod_user_guide.html hadoop/core/trunk/docs/index.html hadoop/core/trunk/docs/linkmap.html hadoop/core/trunk/docs/linkmap.pdf hadoop/core/trunk/docs/mapred_tutorial.html hadoop/core/trunk/docs/native_libraries.html hadoop/core/trunk/docs/quickstart.html hadoop/core/trunk/docs/streaming.html hadoop/core/trunk/src/docs/forrest.properties hadoop/core/trunk/src/docs/src/documentation/content/xdocs/site.xml Modified: hadoop/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=637304&r1=637303&r2=637304&view=diff ============================================================================== --- hadoop/core/trunk/CHANGES.txt (original) +++ hadoop/core/trunk/CHANGES.txt Fri Mar 14 16:34:52 2008 @@ -95,6 +95,9 @@ HADOOP-2775. Adds unit test framework for HOD. (Vinod Kumar Vavilapalli via ddas). + HADOOP-2804. Add support to publish CHANGES.txt as HTML when running + the Ant 'docs' target. (nigel) + OPTIMIZATIONS HADOOP-2790. Fixed inefficient method hasSpeculativeTask by removing Modified: hadoop/core/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=637304&r1=637303&r2=637304&view=diff ============================================================================== --- hadoop/core/trunk/build.xml (original) +++ hadoop/core/trunk/build.xml Fri Mar 14 16:34:52 2008 @@ -40,6 +40,7 @@ + @@ -674,6 +675,7 @@