Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 13291 invoked from network); 3 Jun 2010 16:40:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 16:40:51 -0000 Received: (qmail 61060 invoked by uid 500); 3 Jun 2010 16:40:51 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 61016 invoked by uid 500); 3 Jun 2010 16:40:51 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 61009 invoked by uid 99); 3 Jun 2010 16:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 16:40:51 +0000 X-ASF-Spam-Status: No, hits=-1806.3 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 03 Jun 2010 16:40:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A04223889DA; Thu, 3 Jun 2010 16:40:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r951061 - in /directory: apacheds/trunk/pom.xml shared/trunk/pom.xml Date: Thu, 03 Jun 2010 16:40:31 -0000 To: commits@directory.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100603164031.1A04223889DA@eris.apache.org> Author: felixk Date: Thu Jun 3 16:40:30 2010 New Revision: 951061 URL: http://svn.apache.org/viewvc?rev=951061&view=rev Log: Exclude constant files from cobertura report - they will not have any tests. Modified: directory/apacheds/trunk/pom.xml directory/shared/trunk/pom.xml Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=951061&r1=951060&r2=951061&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Thu Jun 3 16:40:30 2010 @@ -858,6 +858,13 @@ org.codehaus.mojo cobertura-maven-plugin + + + + org/apache/directory/server/**/*Constants.class + + + org.apache.maven.plugins Modified: directory/shared/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=951061&r1=951060&r2=951061&view=diff ============================================================================== --- directory/shared/trunk/pom.xml (original) +++ directory/shared/trunk/pom.xml Thu Jun 3 16:40:30 2010 @@ -406,6 +406,13 @@ org.codehaus.mojo cobertura-maven-plugin + + + + org/apache/directory/shared/**/*Constants.class + + +