bwalding    2003/03/15 16:59:19

  Modified:    src/plugins-build/test plugin.jelly
  Log:
  o MAVEN-323: eclipse needs to be able to access the test plugin's dependencies. This 
tag forces test plugin to be loaded when eclipse plugin is run.
  
  Revision  Changes    Path
  1.4       +13 -0     jakarta-turbine-maven/src/plugins-build/test/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/test/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      19 Feb 2003 08:24:00 -0000      1.3
  +++ plugin.jelly      16 Mar 2003 00:59:19 -0000      1.4
  @@ -5,6 +5,15 @@
            xmlns:resources="resources"
            xmlns:define="jelly:define">
     
  +  <define:taglib uri="test">
  +    <define:tag name="eclipse">
  +     <!-- The eclipse plugin requires access to the test plugin.
  +              Using this tag forces the test plugin to be loaded into the
  +              eclipse plugin -->
  +    </define:tag>
  +  </define:taglib>
  +  
  +  
     <goal name="test" 
           description="Test the application"
           prereqs="test:test"/>
  @@ -259,6 +268,10 @@
                <echo>[deprecated] please use the test:match goal instead</echo>
                
                <attainGoal name="test:match"/>
  +  </goal>
  +  
  +  <goal name="test:eclipse">
  +             <echo>Used by eclipse to drag in test plugin context</echo>
     </goal>
                        
     <!-- ================================================================== -->
  
  
  

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

Reply via email to