You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/13 01:37:50 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/touchstone plugin.jelly

jvanzyl     2003/01/12 16:37:50

  Modified:    src/plugins-build/touchstone plugin.jelly
  Log:
  o give the test goals better names.
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-turbine-maven/src/plugins-build/touchstone/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/touchstone/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	13 Jan 2003 00:31:18 -0000	1.1
  +++ plugin.jelly	13 Jan 2003 00:37:50 -0000	1.2
  @@ -9,14 +9,14 @@
      |
      -->
      
  -   <goal name="goal-A"/>
  +   <goal name="touchstone-goal-A"/>
   
  -   <goal name="goal-B"/>
  +   <goal name="touchstone-goal-B"/>
   
  -   <goal name="goal-C"/>
  -  
  -   <goal name="goal-D"/>
  +   <goal name="touchstone-goal-C"/>
   
  -   <goal name="goal-E"/>
  +   <goal name="touchstone-goal-D"/>
  +
  +   <goal name="touchstone-goal-E"/>
   
   </project>