Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 70175 invoked from network); 23 Dec 2008 18:31:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 18:31:10 -0000 Received: (qmail 8225 invoked by uid 500); 23 Dec 2008 18:31:10 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 8193 invoked by uid 500); 23 Dec 2008 18:31:10 -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 8184 invoked by uid 99); 23 Dec 2008 18:31:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 10:31:10 -0800 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 18:30:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A5029238896C; Tue, 23 Dec 2008 10:30:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r729056 - in /hadoop/core/trunk: CHANGES.txt build.xml docs/ index.html lib/jdiff/ Date: Tue, 23 Dec 2008 18:30:38 -0000 To: core-commits@hadoop.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081223183038.A5029238896C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cutting Date: Tue Dec 23 10:30:37 2008 New Revision: 729056 URL: http://svn.apache.org/viewvc?rev=729056&view=rev Log: HADOOP-4920. Stop storing Forrest output in Subversion. Added: hadoop/core/trunk/lib/jdiff/ - copied from r729052, hadoop/core/trunk/docs/jdiff/ Removed: hadoop/core/trunk/docs/ hadoop/core/trunk/index.html 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=729056&r1=729055&r2=729056&view=diff ============================================================================== --- hadoop/core/trunk/CHANGES.txt (original) +++ hadoop/core/trunk/CHANGES.txt Tue Dec 23 10:30:37 2008 @@ -304,6 +304,8 @@ HADOOP-4909. Fix Javadoc and make some of the API more consistent in their use of the JobContext instead of Configuration. (omalley) + HADOOP-4920. Stop storing Forrest output in Subversion. (cutting) + OPTIMIZATIONS HADOOP-3293. Fixes FileInputFormat to do provide locations for splits Modified: hadoop/core/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=729056&r1=729055&r2=729056&view=diff ============================================================================== --- hadoop/core/trunk/build.xml (original) +++ hadoop/core/trunk/build.xml Tue Dec 23 10:30:37 2008 @@ -40,11 +40,9 @@ - - - + @@ -80,6 +78,7 @@ + @@ -137,7 +136,7 @@ - + @@ -290,7 +289,7 @@ - + @@ -862,14 +861,14 @@ failonerror="true"> - + -