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 2008/08/16 16:20:54 UTC

svn commit: r686504 - /james/server/trunk/sar-deployment/build.xml

Author: bago
Date: Sat Aug 16 07:20:53 2008
New Revision: 686504

URL: http://svn.apache.org/viewvc?rev=686504&view=rev
Log:
Our ant build calls "everything" target instead of "dist" for deployments.

Modified:
    james/server/trunk/sar-deployment/build.xml

Modified: james/server/trunk/sar-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/sar-deployment/build.xml?rev=686504&r1=686503&r2=686504&view=diff
==============================================================================
--- james/server/trunk/sar-deployment/build.xml (original)
+++ james/server/trunk/sar-deployment/build.xml Sat Aug 16 07:20:53 2008
@@ -21,4 +21,7 @@
   <description>Builds sar-deployment module. This is an deployment module.</description>
   <property name="name.module" value="sar-deployment" />
   <import file="../build-tools/deployment-build.xml" optional="no" />
+
+  <target name="everything" depends="dist" description="build all" /> 
+	
 </project>



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