Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9ADBE5D8 for ; Fri, 15 Mar 2013 21:34:44 +0000 (UTC) Received: (qmail 53697 invoked by uid 500); 15 Mar 2013 21:34:43 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 53683 invoked by uid 500); 15 Mar 2013 21:34:43 -0000 Mailing-List: contact commits-help@tez.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.incubator.apache.org Delivered-To: mailing list commits@tez.incubator.apache.org Received: (qmail 53675 invoked by uid 99); 15 Mar 2013 21:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2013 21:34:43 +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; Fri, 15 Mar 2013 21:34:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3627823888EA; Fri, 15 Mar 2013 21:32:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1457131 - in /incubator/tez: ./ tez-ampool/target/ tez-api/target/ tez-common/target/ tez-dist/target/ tez-engine/target/ tez-mapreduce/target/ tez-task-library/target/ tez-yarn-application/target/ tez-yarn-client/target/ Date: Fri, 15 Mar 2013 21:32:37 -0000 To: commits@tez.incubator.apache.org From: acmurthy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130315213237.3627823888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: acmurthy Date: Fri Mar 15 21:32:36 2013 New Revision: 1457131 URL: http://svn.apache.org/r1457131 Log: Ignoring target Added: incubator/tez/tez-ampool/target/ incubator/tez/tez-api/target/ incubator/tez/tez-common/target/ incubator/tez/tez-dist/target/ incubator/tez/tez-engine/target/ incubator/tez/tez-mapreduce/target/ incubator/tez/tez-task-library/target/ incubator/tez/tez-yarn-application/target/ incubator/tez/tez-yarn-client/target/ Modified: incubator/tez/ (props changed) Propchange: incubator/tez/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Mar 15 21:32:36 2013 @@ -0,0 +1,9 @@ +./tez-ampool/target/* +./tez-api/target/* +./tez-common/target/* +./tez-dist/target/* +./tez-engine/target/* +./tez-mapreduce/target/* +./tez-task-library/target/* +./tez-yarn-application/target/* +./tez-yarn-client/target/*