Return-Path: X-Original-To: apmail-incubator-chukwa-commits-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3914776A5 for ; Tue, 22 Nov 2011 00:10:38 +0000 (UTC) Received: (qmail 80953 invoked by uid 500); 22 Nov 2011 00:10:38 -0000 Delivered-To: apmail-incubator-chukwa-commits-archive@incubator.apache.org Received: (qmail 80928 invoked by uid 500); 22 Nov 2011 00:10:37 -0000 Mailing-List: contact chukwa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-commits@incubator.apache.org Received: (qmail 80920 invoked by uid 99); 22 Nov 2011 00:10:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 00:10:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 22 Nov 2011 00:10:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 75FF623889CB; Tue, 22 Nov 2011 00:10:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1204759 - in /incubator/chukwa/trunk: ./ CHANGES.txt Date: Tue, 22 Nov 2011 00:10:14 -0000 To: chukwa-commits@incubator.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111122001014.75FF623889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eyang Date: Tue Nov 22 00:10:13 2011 New Revision: 1204759 URL: http://svn.apache.org/viewvc?rev=1204759&view=rev Log: CHUKWA-602. Set svn ignore properties to ignore eclipse and maven files. (Eric Yang) Modified: incubator/chukwa/trunk/ (props changed) incubator/chukwa/trunk/CHANGES.txt Propchange: incubator/chukwa/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Tue Nov 22 00:10:13 2011 @@ -0,0 +1,4 @@ +.project +.classpath +.settings +target Modified: incubator/chukwa/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/CHANGES.txt?rev=1204759&r1=1204758&r2=1204759&view=diff ============================================================================== --- incubator/chukwa/trunk/CHANGES.txt (original) +++ incubator/chukwa/trunk/CHANGES.txt Tue Nov 22 00:10:13 2011 @@ -96,6 +96,8 @@ Trunk (unreleased changes) BUG FIXES + CHUKWA-602. Set svn ignore properties to ignore eclipse and maven files. (Eric Yang) + CHUKWA-597. Close stderr and stdout after parent process detached. (Eric Yang) CHUKWA-38. Download Hadoop jar files from ivy. (Eric Yang)