Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 21396 invoked from network); 23 Jun 2008 20:08:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 20:08:16 -0000 Received: (qmail 40544 invoked by uid 500); 23 Jun 2008 20:08:17 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 40309 invoked by uid 500); 23 Jun 2008 20:08:16 -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 40300 invoked by uid 99); 23 Jun 2008 20:08:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 13:08:16 -0700 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; Mon, 23 Jun 2008 20:07:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B0B5A23889C2; Mon, 23 Jun 2008 13:07:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r670725 - /commons/proper/jxpath/trunk/pom.xml Date: Mon, 23 Jun 2008 20:07:53 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080623200753.B0B5A23889C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Mon Jun 23 13:07:53 2008 New Revision: 670725 URL: http://svn.apache.org/viewvc?rev=670725&view=rev Log: reports tweakage Modified: commons/proper/jxpath/trunk/pom.xml Modified: commons/proper/jxpath/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=670725&r1=670724&r2=670725&view=diff ============================================================================== --- commons/proper/jxpath/trunk/pom.xml (original) +++ commons/proper/jxpath/trunk/pom.xml Mon Jun 23 13:07:53 2008 @@ -209,7 +209,7 @@ 2.1 ${basedir}/checkstyle.xml - **/parser/* + org/apache/commons/jxpath/ri/parser/* @@ -219,7 +219,7 @@ 1.3 - **/parser/* + org/apache/commons/jxpath/ri/parser/* @@ -246,6 +246,18 @@ + + org.codehaus.mojo + rat-maven-plugin + 1.0-alpha-3 + + + src/java/org/apache/commons/jxpath/ri/parser/* + src/conf/MANIFEST.MF + xdocs/style/project.css + + +