You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by hu...@apache.org on 2006/07/05 15:56:49 UTC

svn commit: r419231 - /webservices/commons/trunk/modules/XmlSchema/build.xml

Author: hughesj
Date: Wed Jul  5 06:56:48 2006
New Revision: 419231

URL: http://svn.apache.org/viewvc?rev=419231&view=rev
Log:
WSCOMMONS-53: don't download dependencies when running ant clean

Modified:
    webservices/commons/trunk/modules/XmlSchema/build.xml

Modified: webservices/commons/trunk/modules/XmlSchema/build.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/build.xml?rev=419231&r1=419230&r2=419231&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/build.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/build.xml Wed Jul  5 06:56:48 2006
@@ -120,7 +120,7 @@
         </javadoc>
     </target>
 
-    <target name="clean" depends="prepare" description="Clean all build products.">
+    <target name="clean" description="Clean all build products.">
         <delete dir="${build.dir}"/>
     </target>
 



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