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 pi...@apache.org on 2006/07/10 12:07:28 UTC

svn commit: r420474 - /webservices/axis2/trunk/c/clean_all.sh

Author: pini
Date: Mon Jul 10 03:07:24 2006
New Revision: 420474

URL: http://svn.apache.org/viewvc?rev=420474&view=rev
Log:
added xml_schema and woden to clean_all.sh script

Modified:
    webservices/axis2/trunk/c/clean_all.sh

Modified: webservices/axis2/trunk/c/clean_all.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/clean_all.sh?rev=420474&r1=420473&r2=420474&view=diff
==============================================================================
--- webservices/axis2/trunk/c/clean_all.sh (original)
+++ webservices/axis2/trunk/c/clean_all.sh Mon Jul 10 03:07:24 2006
@@ -1,8 +1,11 @@
 #!/bin/bash
 cd util
 make distclean
-cd ..
-cd axiom
+cd ../axiom
+make distclean
+cd ../xml_schema
+make distclean
+cd ../woden
 make distclean
 cd ..
 sh clean.sh



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