Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 94892 invoked from network); 17 May 2006 21:50:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2006 21:50:08 -0000 Received: (qmail 47412 invoked by uid 500); 17 May 2006 21:50:07 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 47376 invoked by uid 500); 17 May 2006 21:50:06 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 47365 invoked by uid 99); 17 May 2006 21:50:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 14:50:06 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 14:50:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 198F21A9835; Wed, 17 May 2006 14:49:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r407384 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml xdocs/changes.xml Date: Wed, 17 May 2006 21:49:45 -0000 To: commits@maven.apache.org From: aheritier@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060517214946.198F21A9835@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: aheritier Date: Wed May 17 14:49:45 2006 New Revision: 407384 URL: http://svn.apache.org/viewvc?rev=407384&view=rev Log: Upgrade antlr dependency to version 2.7.6. Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=407384&r1=407383&r2=407384&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/checkstyle/project.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/project.xml Wed May 17 14:49:45 2006 @@ -140,7 +140,7 @@ antlr antlr - 2.7.5 + 2.7.6 root Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=407384&r1=407383&r2=407384&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Wed May 17 14:49:45 2006 @@ -24,6 +24,9 @@ Emmanuel Venisse + + Upgrade antlr dependency to version 2.7.6. + The links to source xref files does not honor maven.jxr.destdirand