You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/29 14:19:19 UTC

svn commit: rev 30918 - forrest/trunk/src/documentation/content/xdocs/docs

Author: brondsem
Date: Thu Jul 29 05:19:18 2004
New Revision: 30918

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml
Log:
default target in sample buildfile

Modified: forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml	Thu Jul 29 05:19:18 2004
@@ -47,7 +47,7 @@
 
       <p>A sample buildfile:</p>
 
-      <source>&lt;project name="mysampleproject"&gt;
+      <source>&lt;project name="mysampleproject" default="main"&gt;
 	&lt;property name="notify.email.host" value="smtp.myhost.com"/&gt;
 	&lt;property name="notify.email.to" value="me@domain.com"/&gt;
 	&lt;property name="notify.administrator" value="Your Name &amp;lt;me@domain.com&gt;"/&gt;