You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/24 07:34:38 UTC

svn commit: r578662 - /commons/proper/email/trunk/xdocs/building.xml

Author: bspeakmon
Date: Sun Sep 23 22:34:31 2007
New Revision: 578662

URL: http://svn.apache.org/viewvc?rev=578662&view=rev
Log:
- added some notes on the maven-build files to reduce confusion

Modified:
    commons/proper/email/trunk/xdocs/building.xml

Modified: commons/proper/email/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/building.xml?rev=578662&r1=578661&r2=578662&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/building.xml (original)
+++ commons/proper/email/trunk/xdocs/building.xml Sun Sep 23 22:34:31 2007
@@ -65,7 +65,13 @@
 <!-- ================================================== -->
 <section name="Ant Goals">
   <p>
-    A maven-generated Ant file is provided for Ant users.
+    A maven-generated Ant file is provided for Ant users. The
+    maven-build.xml and maven-build.properties should not be changed.
+    If you need to customize the build for any reason, your changes
+    should go only in the build.xml.
+  </p>
+  <p>
+    <code>ant -p</code> will list the available targets.
   </p>
 </section>
 <!-- ================================================== -->