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/10/08 03:10:53 UTC

svn commit: r454059 - /webservices/axis2/branches/java/1_1/build.xml

Author: dims
Date: Sat Oct  7 18:10:52 2006
New Revision: 454059

URL: http://svn.apache.org/viewvc?view=rev&rev=454059
Log:
fix the clean target

Modified:
    webservices/axis2/branches/java/1_1/build.xml

Modified: webservices/axis2/branches/java/1_1/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/build.xml?view=diff&rev=454059&r1=454058&r2=454059
==============================================================================
--- webservices/axis2/branches/java/1_1/build.xml (original)
+++ webservices/axis2/branches/java/1_1/build.xml Sat Oct  7 18:10:52 2006
@@ -75,7 +75,7 @@
   <target name="clean" depends="init"
       description="clean everything">
     <maven>
-      <arg value="multiproject:clean"/>
+      <arg value="clean"/>
     </maven>
   </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org