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 ba...@apache.org on 2007/03/22 14:52:47 UTC

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

Author: bago
Date: Thu Mar 22 06:52:46 2007
New Revision: 521271

URL: http://svn.apache.org/viewvc?view=rev&rev=521271
Log:
Switched default target to "full" because "lite" does not build module jars if they are not in the stage folder (this way nightlies should still work)

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=521271&r1=521270&r2=521271
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Thu Mar 22 06:52:46 2007
@@ -18,7 +18,7 @@
   under the License.    
 -->
 
-<project default="lite" basedir=".">
+<project default="full" basedir=".">
 
 <description>
 Master build file for JAMES server.



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