You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/01 23:55:46 UTC

svn commit: r360579 - /webservices/axis2/trunk/java/maven.xml

Author: dims
Date: Sun Jan  1 14:55:45 2006
New Revision: 360579

URL: http://svn.apache.org/viewcvs?rev=360579&view=rev
Log:
cleanup the .axis2 and .axis2home directories


Modified:
    webservices/axis2/trunk/java/maven.xml

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=360579&r1=360578&r2=360579&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Sun Jan  1 14:55:45 2006
@@ -289,6 +289,8 @@
     </goal>
 
     <goal name="clean">
+        <ant:delete dir="${user.home}/.axis2"/>
+        <ant:delete dir="${user.home}/.axis2home"/>
         <attainGoal name="modules:clean"/>
         <attainGoal name="clean-repo"/>
     </goal>