epugh       2003/07/08 01:17:01

  Modified:    src/plugins-build/cactus plugin.jelly
  Log:
  Changed dependency handle to follow pattern used by test plugin
  
  Revision  Changes    Path
  1.26      +8 -7      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly      7 Jul 2003 19:44:27 -0000       1.25
  +++ plugin.jelly      8 Jul 2003 08:17:01 -0000       1.26
  @@ -10,7 +10,8 @@
     xmlns:j="jelly:core" 
     xmlns:doc="doc" 
     xmlns:util="jelly:util"
  -  xmlns:ant="jelly:ant">
  +  xmlns:ant="jelly:ant"
  +  xmlns:define="jelly:define">
   
     <!--
        ========================================================================
  @@ -386,11 +387,11 @@
   
     </goal>
     
  -  <!--==================================================================-->
  -  <!-- Special no-op goal which can be used by other plugin which need  -->
  -  <!-- to get access to any of this plugin's property. This is          -->
  -  <!-- temporary, until we get explicit plugin dependencies.            -->
  -  <!--==================================================================-->    
  -  <goal name="cactus:load"/>  
  +  <define:taglib uri="cactus">
  +    <define:tag name="dependency-handle">
  +      <!-- XXX Use this tag to allow this plugin to be loaded into another -->
  +      <!--<attainGoal name="cactus:init"/>-->
  +    </define:tag>
  +  </define:taglib>
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to