Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 74088 invoked from network); 1 Mar 2010 08:26:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 08:26:36 -0000 Received: (qmail 21623 invoked by uid 500); 28 Feb 2010 23:26:37 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 21545 invoked by uid 500); 28 Feb 2010 23:26:37 -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 21538 invoked by uid 99); 28 Feb 2010 23:26:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2010 23:26:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 28 Feb 2010 23:26:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E981523889E5; Sun, 28 Feb 2010 23:26:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917324 - /commons/proper/commons-parent/trunk/pom.xml Date: Sun, 28 Feb 2010 23:26:08 -0000 To: commits@commons.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100228232608.E981523889E5@eris.apache.org> Author: niallp Date: Sun Feb 28 23:26:08 2010 New Revision: 917324 URL: http://svn.apache.org/viewvc?rev=917324&view=rev Log: Use the -nimport option suggested by Guillaume Nodet (http://markmail.org/message/5czusgbnlxwmdph3) rather than the NOT notation suggested in the POOL-160 patch Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=917324&r1=917323&r2=917324&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Sun Feb 28 23:26:08 2010 @@ -658,8 +658,8 @@ org.apache.commons.${commons.componentid} - org.apache.commons.*;version=${project.version} - !org.apache.commons.${commons.componentid}*,* + org.apache.commons.*;version=${project.version};-noimport:=true + *