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