Author: noel
Date: Fri May 4 07:28:48 2007
New Revision: 535255
URL: http://svn.apache.org/viewvc?view=rev&rev=535255
Log:
dist build should be done after a clean
Modified:
james/server/trunk/build.xml
Modified: james/server/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/build.xml?view=diff&rev=535255&r1=535254&r2=535255
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Fri May 4 07:28:48 2007
@@ -132,7 +132,7 @@
<target
name='dist'
description='Builds modules, performs standard deployment and creates
standard distributions'
- depends='clean-dist'>
+ depends='clean'>
<echo>Building modules, performing standard deployments and creating
standard distributions</echo>
<foralldo do='dist'/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]