On Sun, 2003-06-29 at 11:43, [EMAIL PROTECTED] wrote:
> dion        2003/06/29 08:43:15
> 
>   Modified:    src/plugins-build/clean plugin.jelly
>   Log:
>   Remove goals that were cross plugin.
>   If someone wants clean:classes or clean:docs, then they should
>   be implemented in the plugins that create the directories: java, test and xdoc
>   
>   Revision  Changes    Path
>   1.5       +0 -12     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.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- plugin.jelly    3 Jun 2003 06:36:56 -0000       1.4
>   +++ plugin.jelly    29 Jun 2003 15:43:15 -0000      1.5
>   @@ -13,16 +13,4 @@
>        <ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
>      </goal>
>      
>   -  <goal name="clean:classes"
>   -         description="Remove all build and test classes">
>   -    <ant:delete dir="${maven.build.dest}"/>
>   -    <ant:delete dir="${maven.test.dest}"/>
>   -  </goal>
>   -  
>   -  <goal name="clean:docs"
>   -         description="Remove all docs and generated xdocs">
>   -    <ant:delete dir="${maven.gen.docs}"/>
>   -    <ant:delete dir="${maven.docs.dest}"/>
>   -  </goal>
>   -
>    </project>

Good call, those definitely shouldn't be in there. That issue dealing
with this linked under 401 can be scrapped now.

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

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to