From commits-return-75-apmail-logging-commits-archive=logging.apache.org@logging.apache.org Tue Sep 13 15:14:54 2011 Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-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 3E2748D94 for ; Tue, 13 Sep 2011 15:14:54 +0000 (UTC) Received: (qmail 88245 invoked by uid 500); 13 Sep 2011 15:14:54 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 88224 invoked by uid 500); 13 Sep 2011 15:14:54 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 88215 invoked by uid 99); 13 Sep 2011 15:14:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:14:54 +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, 13 Sep 2011 15:14:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 01817238889B; Tue, 13 Sep 2011 15:14:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1170206 - /logging/log4net/trunk/pom.xml Date: Tue, 13 Sep 2011 15:14:30 -0000 To: commits@logging.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110913151431.01817238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Tue Sep 13 15:14:30 2011 New Revision: 1170206 URL: http://svn.apache.org/viewvc?rev=1170206&view=rev Log: exclude generated files and files expected to be without license from RAT report Modified: logging/log4net/trunk/pom.xml Modified: logging/log4net/trunk/pom.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1170206&r1=1170205&r2=1170206&view=diff ============================================================================== --- logging/log4net/trunk/pom.xml (original) +++ logging/log4net/trunk/pom.xml Tue Sep 13 15:14:30 2011 @@ -149,6 +149,22 @@ org.apache.rat apache-rat-plugin 0.7 + + + + bin/** + tests/bin/** + build/** + src/log4net.xml + **/obj/** + **/*.user + **/*.suo + + + *.snk.* + tests/lib/prerequisites.txt + +