Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 D078310CDE for ; Mon, 10 Jun 2013 22:50:00 +0000 (UTC) Received: (qmail 27936 invoked by uid 500); 10 Jun 2013 22:50:00 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 27871 invoked by uid 500); 10 Jun 2013 22:50:00 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 27860 invoked by uid 99); 10 Jun 2013 22:50:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 22:50:00 +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; Mon, 10 Jun 2013 22:49:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DAAD3238889B; Mon, 10 Jun 2013 22:49:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1491635 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml Date: Mon, 10 Jun 2013 22:49:37 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130610224937.DAAD3238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Mon Jun 10 22:49:37 2013 New Revision: 1491635 URL: http://svn.apache.org/r1491635 Log: Added temporary workround for incremental compiler issue MCOMPILER-205 Started changes list Modified: commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1491635&r1=1491634&r2=1491635&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Mon Jun 10 22:49:37 2013 @@ -244,6 +244,13 @@ http://svn.apache.org/repos/asf/commons/ ${commons.compiler.fork} ${commons.compiler.compilerVersion} ${commons.compiler.javac} + + + **/package-info.java + Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1491635&r1=1491634&r2=1491635&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Jun 10 22:49:37 2013 @@ -59,6 +59,13 @@ The type attribute can be add,u --> + + + Added temporary workround for incremental compiler issue MCOMPILER-205 + Exclude .checkstyle and .fbprefs from RAT check +