You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/04/07 18:02:14 UTC

cvs commit: maven/src/plugins-build/clean plugin.jelly

dion        2003/04/07 09:02:14

  Modified:    src/plugins-build/clean plugin.jelly
  Log:
  Fix typos....
  
  Revision  Changes    Path
  1.3       +4 -4      maven/src/plugins-build/clean/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	7 Apr 2003 12:48:18 -0000	1.2
  +++ plugin.jelly	7 Apr 2003 16:02:13 -0000	1.3
  @@ -13,16 +13,16 @@
       <ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
     </goal>
     
  -  <clean name="clean:classes"
  +  <goal name="clean:classes"
            description="Remove all build and test classes">
       <ant:delete dir="maven.build.dest"/>
       <ant:delete dir="maven.test.dest"/>
  -  </clean>
  +  </goal>
     
  -  <clean name="clean:docs"
  +  <goal name="clean:docs"
            description="Remove all docs and generated xdocs">
       <ant:delete dir="maven.gen.docs"/>
       <ant:delete dir="maven.docs.dest"/>
  -  </clean>
  +  </goal>
   
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org