Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DB30D257 for ; Thu, 7 Mar 2013 12:42:36 +0000 (UTC) Received: (qmail 25588 invoked by uid 500); 7 Mar 2013 12:42:35 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 25371 invoked by uid 500); 7 Mar 2013 12:42:34 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 25354 invoked by uid 99); 7 Mar 2013 12:42:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 12:42:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 12:42:28 +0000 Received: by mail-vc0-f173.google.com with SMTP id fy27so229250vcb.18 for ; Thu, 07 Mar 2013 04:42:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=Rjg7zQtBSYwDSXZuoVNTkQHa4i4c/EDG3S3jEhOq+F8=; b=HklNPBXXrvJWtMDpXLifxsiVg+3Pc2tjOkP7m5Ijb04yj2cTttjOv85VrXGjjMbq2h PaRFkugwHbetQfl/8/MOzcJUf7aIKQQo3/C1mwIOskxWM0cle/eaAA+OBeSNp9cu/4If XLmDFjMKFKXm30rrFTZecRuQIf6Sr7onumczYRvCSvU3agkn3f4scR9HiHk+tFQTyzwI 7jro7sT6cnAUVhkdhS92yoOTG66hO3nTHPSkWknV1u59cpnlTtNNZ4BH5mVzuzl9i9h8 D/SGHEskmrKJdqbaiI8gExbTpeDttdGbUT5XCOtauFP7vOnV1WPs+xsDMBGmX61o1dWk nT1g== X-Received: by 10.220.214.6 with SMTP id gy6mr12666825vcb.8.1362660127948; Thu, 07 Mar 2013 04:42:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.155.5 with HTTP; Thu, 7 Mar 2013 04:41:47 -0800 (PST) In-Reply-To: <20130307090651.A0CE983124B@tyr.zones.apache.org> References: <20130307090651.A0CE983124B@tyr.zones.apache.org> From: David Nalley Date: Thu, 7 Mar 2013 07:41:47 -0500 Message-ID: Subject: Re: git commit: refs/heads/master - rat check: exclude the WEB-INF directories in check To: cloudstack-dev@incubator.apache.org Cc: cloudstack-commits@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmox/5684CWGaDNPL/i59qIPdU90xG6Jugj1rFohPtQTxNvwZzi+GymDu1fpWCmY+Wb8XOp X-Virus-Checked: Checked by ClamAV on apache.org There is also a number of non-generated files in WEB-INF directories... can you explain this a bit more? --David On Thu, Mar 7, 2013 at 4:06 AM, wrote: > Updated Branches: > refs/heads/master 7fde29888 -> 81a42b959 > > > rat check: exclude the WEB-INF directories in check > > WEB-INF directories will carry generated code so exclude them. > > Signed-off-by: Prasanna Santhanam > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo > Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/81a42b95 > Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/81a42b95 > Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/81a42b95 > > Branch: refs/heads/master > Commit: 81a42b95917f94a82bd0b45bff1fcb0d79111d5b > Parents: 7fde298 > Author: Prasanna Santhanam > Authored: Thu Mar 7 14:20:06 2013 +0530 > Committer: Prasanna Santhanam > Committed: Thu Mar 7 14:35:53 2013 +0530 > > ---------------------------------------------------------------------- > pom.xml | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/81a42b95/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index c10297a..9b72fb7 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -346,6 +346,7 @@ > **/.classpath > **/.project > **/*.iml > + **/WEB-INF/** > **/.settings/** > .metadata/** > .git/** >