From 80edde3fbcaad84aa3097e99180d930a6ed59b50 Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 19 Sep 2005 11:02:56 +0000 Subject: [PATCH] fix missing namespace declaration. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290109 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 1 + 1 file changed, 1 insertion(+) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 43f7ece2..c96dd85d 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -28,6 +28,7 @@ xmlns:ant="jelly:ant" xmlns:util="jelly:util" xmlns:doc="doc" + xmlns:plugin="plugin" xmlns:maven="jelly:maven" xmlns:define="jelly:define" xmlns:checkstyle="checkstyle">