Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 83719 invoked from network); 22 Oct 2009 20:49:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Oct 2009 20:49:52 -0000 Received: (qmail 13408 invoked by uid 500); 22 Oct 2009 20:49:52 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 13382 invoked by uid 500); 22 Oct 2009 20:49:52 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 13372 invoked by uid 99); 22 Oct 2009 20:49:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 20:49:51 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 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; Thu, 22 Oct 2009 20:49:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6545823888DC; Thu, 22 Oct 2009 20:49:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r828846 - in /hadoop/hdfs/trunk: .eclipse.templates/.classpath CHANGES.txt Date: Thu, 22 Oct 2009 20:49:29 -0000 To: hdfs-commits@hadoop.apache.org From: cos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091022204929.6545823888DC@eris.apache.org> Author: cos Date: Thu Oct 22 20:49:28 2009 New Revision: 828846 URL: http://svn.apache.org/viewvc?rev=828846&view=rev Log: HDFS-726. Eclipse .classpath template has outdated jar files and is missing some new ones. Contributed by Konstantin Boudnik Modified: hadoop/hdfs/trunk/.eclipse.templates/.classpath hadoop/hdfs/trunk/CHANGES.txt Modified: hadoop/hdfs/trunk/.eclipse.templates/.classpath URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/.eclipse.templates/.classpath?rev=828846&r1=828845&r2=828846&view=diff ============================================================================== --- hadoop/hdfs/trunk/.eclipse.templates/.classpath (original) +++ hadoop/hdfs/trunk/.eclipse.templates/.classpath Thu Oct 22 20:49:28 2009 @@ -2,18 +2,14 @@ - - - - - - + + @@ -38,9 +34,6 @@ - - - Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=828846&r1=828845&r2=828846&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Thu Oct 22 20:49:28 2009 @@ -25,6 +25,9 @@ HDFS-695. RaidNode should read in configuration from hdfs-site.xml. (dhruba) + HDFS-726. Eclipse .classpath template has outdated jar files and is + missing some new ones. (cos) + Release 0.21.0 - Unreleased INCOMPATIBLE CHANGES