From 06fe726cf744002e8131f59130ca77b75ebfc6c3 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 8 Dec 2005 18:20:38 +0000 Subject: [PATCH] Remove unnecessary dependencies for m1.0 compatibility. If maven.xdoc.locale.default is not defined, use "en" as default. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355164 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 5d68f01d..d50f255c 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -33,12 +33,6 @@ xmlns:define="jelly:define" xmlns:checkstyle="checkstyle"> - - - - - - @@ -141,17 +135,24 @@ file="${maven.checkstyle.cache.file}"/> + + - + + + - The locale defined in maven.xdoc.locale.default is invalid. - As Country code we'll use EN instead. - + The locale defined in maven.xdoc.locale.default is invalid, using "en" instead. + + + + No locale defined in maven.xdoc.locale.default, using "en". + Using ${checkstyleProperties} for checkstyle ...