vmassol     2004/07/07 02:02:35

  Modified:    integration/maven plugin.jelly
  Log:
  Added deprecation warnings to use maven:get and maven:set in the future (once Maven 
1.0 is released)
  
  Revision  Changes    Path
  1.31      +5 -2      jakarta-cactus/integration/maven/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/plugin.jelly,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- plugin.jelly      27 Jun 2004 16:41:26 -0000      1.30
  +++ plugin.jelly      7 Jul 2004 09:02:35 -0000       1.31
  @@ -39,6 +39,8 @@
     <goal name="cactus:init">
   
       <!-- Not sure why but this is needed, otherwise the taskdefs below fail -->
  +    <!-- DEPRECATION: Should now use <maven:get>/<maven:set> instead. Once 
  +         everyone has moved to Maven 1.0 final, we should make the change -->
       <test:dependency-handle/>
       
       <ant:path id="cactus.classpath">
  @@ -1275,6 +1277,9 @@
     <define:taglib uri="cactus">
   
       <!-- Use this tag to allow this plugin to be loaded into another -->
  +    <!-- DEPRECATION: No longer required. Dependent plugins should now use 
  +         <maven:get>/<maven:set> instead. Once everyone has moved to Maven 
  +         1.0 final, we should make the change -->
       <define:tag name="dependency-handle">
       </define:tag>
   
  @@ -1339,7 +1344,5 @@
       </define:tag>
   
     </define:taglib>
  -
  -
   
   </project>
  
  
  

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

Reply via email to