Author: rdonkin
Date: Fri Apr 17 15:41:57 2009
New Revision: 766059

URL: http://svn.apache.org/viewvc?rev=766059&view=rev
Log:
Echo note (indicating that Maven is the primary build tool) when default target 
is run

Modified:
    james/mailet/crypto/trunk/build.xml

Modified: james/mailet/crypto/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/build.xml?rev=766059&r1=766058&r2=766059&view=diff
==============================================================================
--- james/mailet/crypto/trunk/build.xml (original)
+++ james/mailet/crypto/trunk/build.xml Fri Apr 17 15:41:57 2009
@@ -51,7 +51,10 @@
                                   Main target
     ===================================================================
     -->
-    <target name="main" depends="dist-lite"/>
+    <target name="main">
+        <echo>Note that the Maven build is used for releases</echo>
+        <antcall target='dist-lite'/>
+    </target>
 
     <!--
     ===================================================================



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to