You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2007/05/04 16:28:49 UTC

svn commit: r535255 - /james/server/trunk/build.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org