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 A0407906A for ; Sun, 26 Feb 2012 07:35:48 +0000 (UTC) Received: (qmail 93478 invoked by uid 500); 26 Feb 2012 07:35:48 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 93445 invoked by uid 500); 26 Feb 2012 07:35:48 -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 93427 invoked by uid 99); 26 Feb 2012 07:35:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Feb 2012 07:35:48 +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; Sun, 26 Feb 2012 07:35:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 36380238890D; Sun, 26 Feb 2012 07:35:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1293760 - in /logging/log4net/trunk: log4net.build pom.xml Date: Sun, 26 Feb 2012 07:35:25 -0000 To: commits@logging.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120226073525.36380238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Sun Feb 26 07:35:24 2012 New Revision: 1293760 URL: http://svn.apache.org/viewvc?rev=1293760&view=rev Log: steal fix for 'inconsistent newlines' generated by mvn site:site from pdfbox Modified: logging/log4net/trunk/log4net.build logging/log4net/trunk/pom.xml Modified: logging/log4net/trunk/log4net.build URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1293760&r1=1293759&r2=1293760&view=diff ============================================================================== --- logging/log4net/trunk/log4net.build (original) +++ logging/log4net/trunk/log4net.build Sun Feb 26 07:35:24 2012 @@ -1317,7 +1317,7 @@ limitations under the License. - + Modified: logging/log4net/trunk/pom.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1293760&r1=1293759&r2=1293760&view=diff ============================================================================== --- logging/log4net/trunk/pom.xml (original) +++ logging/log4net/trunk/pom.xml Sun Feb 26 07:35:24 2012 @@ -85,7 +85,7 @@ org.apache.rat apache-rat-plugin - 0.7 + 0.8 org.apache.maven.plugins @@ -139,6 +139,30 @@ + + maven-antrun-plugin + 1.4 + + + install + + run + + + + + + + + + + + org.apache.ant + ant + 1.8.2 + + +