From 3d30fc319dac7fb60170064baa555791af3b5ada Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 22 Sep 2005 23:19:32 +0000 Subject: [PATCH] suppress warning about caller plugin git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291034 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 3 +-- war/xdocs/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index 7c253406..516c8885 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -22,8 +22,7 @@ xmlns:license="license" xmlns:util="jelly:util" xmlns:ant="jelly:ant" - xmlns:artifact="artifact" - xmlns:caller="caller"> + xmlns:artifact="artifact"> diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 205ed9d9..3f735cd7 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -24,7 +24,8 @@ Vincent Massol - + + Remove reference to unused caller tag library to suppress warning Add support for EJB client code.