Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 4786 invoked from network); 22 Sep 2006 23:49:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 23:49:19 -0000 Received: (qmail 98774 invoked by uid 500); 22 Sep 2006 23:49:19 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 98761 invoked by uid 500); 22 Sep 2006 23:49:19 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 98752 invoked by uid 99); 22 Sep 2006 23:49:19 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 16:49:19 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jrduncans@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:60834] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 0D/30-25038-D7674154 for ; Fri, 22 Sep 2006 16:49:18 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 87D331A981A; Fri, 22 Sep 2006 16:49:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449129 - /incubator/abdera/java/trunk/pom.xml Date: Fri, 22 Sep 2006 23:49:15 -0000 To: abdera-commits@incubator.apache.org From: jrduncans@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060922234915.87D331A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jrduncans Date: Fri Sep 22 16:49:14 2006 New Revision: 449129 URL: http://svn.apache.org/viewvc?view=rev&rev=449129 Log: Exclude inner classes named "Test" from junit tests. * pom.xml: Added exclusion for **/*$Test* Modified: incubator/abdera/java/trunk/pom.xml Modified: incubator/abdera/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?view=diff&rev=449129&r1=449128&r2=449129 ============================================================================== --- incubator/abdera/java/trunk/pom.xml (original) +++ incubator/abdera/java/trunk/pom.xml Fri Sep 22 16:49:14 2006 @@ -49,6 +49,7 @@ **/*TestSuite* + **/*$Test*