From c8049c7a83153201fb854d8c857977ed2924effe Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 7 Feb 2004 23:26:22 +0000 Subject: [PATCH] fix MPCHECKSTYLE-16 by putting back hokey classloader stuff git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114689 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 3 +-- checkstyle/project.xml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 102fe3de..21cbfb1c 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -50,7 +50,6 @@ - @@ -86,7 +85,7 @@ ================================================================= - = W A R N I N G = + = W A R N I N G = ================================================================= = Your project doesn't contain a header file specified as: = = ${maven.checkstyle.header.file} diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 4f4fdcd5..d0102c95 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -95,36 +95,57 @@ antlr antlr 2.7.2 + + root + checkstyle checkstyle 3.3 + + root + checkstyle checkstyle-optional 3.3 + + root + regexp regexp 1.3 + + root + commons-beanutils commons-beanutils 1.6.1 + + root + commons-collections commons-collections 2.1 + + root + commons-logging commons-logging 1.0.3 + + root +