Changed dependency handle to follow pattern used by test plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh 2003-07-08 08:17:01 +00:00
parent 5981106ed7
commit b42326c0cb

View File

@ -10,7 +10,8 @@
xmlns:j="jelly:core" xmlns:j="jelly:core"
xmlns:doc="doc" xmlns:doc="doc"
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:ant="jelly:ant"> xmlns:ant="jelly:ant"
xmlns:define="jelly:define">
<!-- <!--
======================================================================== ========================================================================
@ -386,11 +387,11 @@
</goal> </goal>
<!--==================================================================--> <define:taglib uri="cactus">
<!-- Special no-op goal which can be used by other plugin which need --> <define:tag name="dependency-handle">
<!-- to get access to any of this plugin's property. This is --> <!-- XXX Use this tag to allow this plugin to be loaded into another -->
<!-- temporary, until we get explicit plugin dependencies. --> <!--<attainGoal name="cactus:init"/>-->
<!--==================================================================--> </define:tag>
<goal name="cactus:load"/> </define:taglib>
</project> </project>