From 06e10bd1023277ee1a9645bd38f386eabfe347b6 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 13 Jun 2003 04:49:24 +0000 Subject: [PATCH] Fixed bug http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-484 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113490 13f79535-47bb-0310-9956-ffa450edef68 --- antlr/project.xml | 23 +++++++++++++++++------ antlr/xdocs/changes.xml | 6 ++++++ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/antlr/project.xml b/antlr/project.xml index ac819740..c0185c43 100644 --- a/antlr/project.xml +++ b/antlr/project.xml @@ -5,7 +5,7 @@ 3 maven-antlr-plugin Maven Antlr Plugin - 1.1 + 1.1-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/antlr/ @@ -15,6 +15,15 @@ http://cvs.apache.org/viewcvs/maven/src/plugins-build/antlr/ + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Developer + + dIon Gillard dion @@ -46,7 +55,8 @@ - ant + ant + ant 1.5.1 root @@ -61,16 +71,17 @@ - commons-lang + commons-lang + commons-lang 1.0-b1.1 root.maven - antlr - 2.7.1 - antlrall-2.7.1.jar + antlr + antlr + 2.7.2 root diff --git a/antlr/xdocs/changes.xml b/antlr/xdocs/changes.xml index 8664acb6..4420400f 100644 --- a/antlr/xdocs/changes.xml +++ b/antlr/xdocs/changes.xml @@ -7,6 +7,12 @@ + + Upgraded version of Antlr used to 2.7.2, so that this plugin plays + well with the Checkstyle plugin (which requires Antlr 2.7.2). This + fixes bug + MAVEN-484. + Added documentation for navigation, changes, properties and goals