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/06/29 18:03:44 UTC

cvs commit: maven/src/plugins-build/clean/xdocs goals.xml changes.xml

dion        2003/06/29 09:03:44

  Modified:    src/plugins-build/clean/xdocs goals.xml changes.xml
  Log:
  Fix docs
  
  Revision  Changes    Path
  1.3       +0 -8      maven/src/plugins-build/clean/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clean/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	3 Jun 2003 06:36:56 -0000	1.2
  +++ goals.xml	29 Jun 2003 16:03:43 -0000	1.3
  @@ -18,14 +18,6 @@
           <name>clean:clean</name>
           <description>Removes ${maven.build.dir} and ${basedir}/velocity.log.</description>
         </goal>
  -      <goal>
  -        <name>clean:classes</name>
  -        <description>Removes ${maven.build.dest} and ${maven.test.dest} directories.</description>
  -      </goal>
  -      <goal>
  -        <name>clean:docs</name>
  -        <description>Removes the ${maven.gen.docs} and ${maven.docs.dest} directories.</description>
  -      </goal>
       </goals>
     </body>
   </document>
  
  
  
  1.4       +3 -0      maven/src/plugins-build/clean/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clean/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	3 Jun 2003 06:36:56 -0000	1.3
  +++ changes.xml	29 Jun 2003 16:03:43 -0000	1.4
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.1" date="in cvs">
  +      <action dev="dion" type="fix">
  +        Remove clean:classes and clean:docs goals, as they are in an inappropriate place
  +      </action>
         <action dev="dion" type="fix" due-to="gabriel">
           Apply docs patch, fix bad code in the clean:classes and clean:docs goals
         </action>
  
  
  

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