Author: crossley
Date: Sun Dec 4 19:00:29 2005
New Revision: 353958
URL: http://svn.apache.org/viewcvs?rev=353958&view=rev
Log:
The default value for build.work-dir was listed as "work",
but it is actually "work/${ant.project.name}"
The description for property "deploy.local.dir" says that relative
paths will be relative to ${bot.home}, but they are actually
relative to ${basedir}.
Suggested by: Richard Calmbach
Issue: FOR-751 item 13 and item 14
Modified:
forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml
Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml?rev=353958&r1=353957&r2=353958&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tools/forrestbot.xml Sun Dec 4
19:00:29 2005
@@ -379,7 +379,7 @@
<td>Directory to temporarily hold working files</td>
- <td>work</td>
+ <td>work/${ant.project.name}</td>
<td>No</td>
</tr>
@@ -415,7 +415,7 @@
<td>Path to deploy site to - the dir that would be the
equivalant
of build/site dir. Relative paths will be relative to
- ${bot.home}</td>
+ project forrestbot descriptor file.</td>
<td>sites/${ant.project.name}</td>