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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]