Author: david.lloyd(a)jboss.com
Date: 2008-07-21 14:38:27 -0400 (Mon, 21 Jul 2008)
New Revision: 4423
Modified:
remoting3/trunk/build.xml
Log:
Add basic protocol to clean targets
Modified: remoting3/trunk/build.xml
===================================================================
--- remoting3/trunk/build.xml 2008-07-21 18:37:22 UTC (rev 4422)
+++ remoting3/trunk/build.xml 2008-07-21 18:38:27 UTC (rev 4423)
@@ -1308,7 +1308,7 @@
<target name="all-core" description="Build all core targets"
depends="api,compat,core,mc-deployers,protocol.basic,samples,standalone,testing-support,tools,util"/>
- <target name="clean-core" description="Clean all core targets"
depends="api.clean,compat.clean,core.clean,mc-deployers.clean,samples.clean,standalone.clean,testing-support.clean,tools.clean,util.clean"/>
+ <target name="clean-core" description="Clean all core targets"
depends="api.clean,compat.clean,core.clean,mc-deployers.clean,protocol.basic.clean,samples.clean,standalone.clean,testing-support.clean,tools.clean,util.clean"/>
<!-- http -->