Author: niallp
Date: Mon Feb 4 13:03:50 2008
New Revision: 618434
URL: http://svn.apache.org/viewvc?rev=618434&view=rev
Log:
Update docs for no download page and correct template name
Modified:
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml
Modified:
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml?rev=618434&r1=618433&r2=618434&view=diff
==============================================================================
---
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
(original)
+++
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
Mon Feb 4 13:03:50 2008
@@ -22,7 +22,7 @@
|**** DO NOT EDIT DIRECTLY ****|
|**** ****|
+======================================================================+
- | TEMPLATE FILE: download-page-template.xml |
+ | TEMPLATE FILE: no-download-page-template.xml |
| (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
+======================================================================+
| |
Modified:
commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml?rev=618434&r1=618433&r2=618434&view=diff
==============================================================================
--- commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml
(original)
+++ commons/sandbox/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml
Mon Feb 4 13:03:50 2008
@@ -124,8 +124,11 @@
<li>Executes the <code>download-page</code> target in
<a
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
ant script</li>
- <li>Uses the <a
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml">download-page-template.xml</a>
- template</li>
+ <li>Uses either the
+ <a
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml">download-page-template.xml</a>
or
+ <a
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml">no-download-page-template.xml</a>
+ template, depending on whether the
<code>commons.release.version</code> property is set or not.
+ </li>
<li>Uses the <a href="download-page-mojo.html">goal's
(i.e. mojo's) parameters</a> to filter values in the template</li>
</ul>
</p>