dion 2003/10/09 17:07:08
Modified: src/plugins-build/faq/xdocs properties.xml
Log:
Update docs
Revision Changes Path
1.2 +6 -6 maven/src/plugins-build/faq/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/faq/xdocs/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 6 Mar 2003 19:59:47 -0000 1.1
+++ properties.xml 10 Oct 2003 00:07:08 -0000 1.2
@@ -11,17 +11,17 @@
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
<tr>
- <td>maven.faq.src.file</td>
- <td>Yes (default=xdoc/faq.fml)</td>
+ <td>maven.faq.src</td>
+ <td>Yes (default=${basedir}/xdocs)</td>
<td>
- Specifies the source FAQ document in XML format to be used to generate
the FAQ
+ Specifies the source directory for FAQ documents in XML format.
</td>
</tr>
<tr>
- <td>maven.faq.dest.file</td>
- <td>Yes (default=target/generated-xdocs/faq.xml)</td>
+ <td>maven.faq.dest</td>
+ <td>Yes (default=target/generated-xdocs)</td>
<td>
- Specifies the destination of the generated FAQ document
+ Specifies the destination of the generated FAQ documents.
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]