Author: trustin
Date: 2008-10-14 02:04:22 -0400 (Tue, 14 Oct 2008)
New Revision: 4598
Modified:
remoting3/trunk/build.xml
Log:
Fixed a problem where 'ant clean' doesn't clean all directories (i.e. srp and
version)
Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml 2008-10-08 23:36:42 UTC (rev 4597)
+++ remoting3/trunk/build.xml 2008-10-14 06:04:22 UTC (rev 4598)
@@ -1360,7 +1360,7 @@
<target name="all" description="Build everything"
depends="all-core,all-jars,api-javadoc"/>
- <target name="clean" description="Clean out all build files"
depends="clean-core,clean-http"/>
+ <target name="clean" description="Clean out all build files"
depends="clean-core,clean-http,version.clean,srp.clean"/>
<target name="test" description="Run all tests"
depends="api.test,core.test,protocol.basic.test"/>
Show replies by date