brett       2003/11/26 01:08:31

  Modified:    touchstone-partner plugin.jelly
  Log:
  extra tests
  
  Revision  Changes    Path
  1.5       +14 -0     maven-plugins/touchstone-partner/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/touchstone-partner/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly      19 Aug 2003 04:45:07 -0000      1.4
  +++ plugin.jelly      26 Nov 2003 09:08:31 -0000      1.5
  @@ -13,8 +13,22 @@
       <attainGoal name="touchstone-partner-goal-A"/>
     </preGoal>
   
  +  <postGoal name="touchstone-goal-C">
  +    <echo>postGoal for touchstone-goal-C is running ...</echo>
  +    <j:set var="touchstone_partner_postGoal_C" value="true"/>
  +  </postGoal>
  +  
  +  <postGoal name="touchstone-goal-D">
  +    <echo>postGoal for touchstone-goal-D is running ...</echo>
  +    <attainGoal name="touchstone-partner-goal-B"/>
  +  </postGoal>
  +
     <goal name="touchstone-partner-goal-A">
       <j:set var="touchstone_partner_preGoal_D" value="true"/>
  +  </goal>
  +  
  +  <goal name="touchstone-partner-goal-B">
  +    <j:set var="touchstone_partner_postGoal_D" value="true"/>
     </goal>
     
   </project>
  
  
  

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

Reply via email to