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
This commit is contained in:
brett
2005-09-22 23:19:32 +00:00
parent ff726641b8
commit 3d30fc319d
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,7 @@
xmlns:license="license"
xmlns:util="jelly:util"
xmlns:ant="jelly:ant"
xmlns:artifact="artifact"
xmlns:caller="caller">
xmlns:artifact="artifact">
<!--==================================================================-->
<!-- Default goal : Builds a war file -->

View File

@@ -24,7 +24,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6.2-SNAPSHOT" date="In SVN">
<release version="1.6.2-SNAPSHOT" date="in SVN">
<action dev="brett" type="fix">Remove reference to unused caller tag library to suppress warning</action>
<action dev="aheritier" type="update" issue="MPWAR-50">Add support for EJB client code.</action>
</release>
<release version="1.6.1" date="2004-10-23">