From d4f8c8f5605699ba2e12ef342ca9c1c91c364812 Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 28 Apr 2005 00:32:27 +0000 Subject: [PATCH] Upgraded to checkstyle 4.0beta1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@165073 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/project.xml | 20 ++++++++++++++----- .../src/plugin-resources/sun_checks.xml | 14 ++++++------- checkstyle/xdocs/changes.xml | 3 +++ 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 0e728994..ea478f2c 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -23,7 +23,7 @@ 3 maven-checkstyle-plugin Maven Checkstyle Plugin - 2.5 + 3.0-SNAPSHOT Produce Checkstyle report http://maven.apache.org/reference/plugins/checkstyle/ @@ -118,6 +118,16 @@ +1 + + Carlos Sanchez + carlos + carlos@apache.org + + + Developer + + +1 + @@ -129,7 +139,7 @@ antlr antlr - 2.7.2 + 2.7.5 root @@ -137,7 +147,7 @@ checkstyle checkstyle - 3.4 + 4.0-beta1 root @@ -145,7 +155,7 @@ checkstyle checkstyle-optional - 3.4 + 4.0-beta1 root @@ -161,7 +171,7 @@ commons-beanutils commons-beanutils - 1.6.1 + 1.7.0 root diff --git a/checkstyle/src/plugin-resources/sun_checks.xml b/checkstyle/src/plugin-resources/sun_checks.xml index 0c8ef4f3..9065a34b 100644 --- a/checkstyle/src/plugin-resources/sun_checks.xml +++ b/checkstyle/src/plugin-resources/sun_checks.xml @@ -18,8 +18,8 @@ --> + "-//Puppy Crawl//DTD Check Configuration 1.2//EN" + "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> - - + + + @@ -100,8 +100,7 @@ - - + @@ -126,6 +125,7 @@ + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 00fab0bf..f9c375ab 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -25,6 +25,9 @@ Emmanuel Venisse + + Upgraded to checkstyle 4.0beta1 + Added new maven.checkstyle.suppressions.fileproperty.