Author: niallp
Date: Thu Jan 31 20:03:11 2008
New Revision: 617343

URL: http://svn.apache.org/viewvc?rev=617343&view=rev
Log:
remove unused parameter and correct file reference

Modified:
    
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml
    
commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml

Modified: 
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml?rev=617343&r1=617342&r2=617343&view=diff
==============================================================================
--- 
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml
 (original)
+++ 
commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/download-page-template.xml
 Thu Jan 31 20:03:11 2008
@@ -22,7 +22,7 @@
  |****                    DO NOT EDIT DIRECTLY                      ****|
  |****                                                              ****|
  +----------------------------------------------------------------------+
- | TEMPLATE FILE: dowload-page-template.xml                             |
+ | TEMPLATE FILE: download-page-template.xml                            |
  | (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
  +----------------------------------------------------------------------+
  |                                                                      |

Modified: 
commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml?rev=617343&r1=617342&r2=617343&view=diff
==============================================================================
--- 
commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml 
(original)
+++ 
commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml 
Thu Jan 31 20:03:11 2008
@@ -57,15 +57,6 @@
                     <type>java.lang.String</type>
                     <description>The internal JIRA id for the project 
(numeric)</description>
                 </parameter>
-                <parameter>
-                    <name>commons.xdoc.dir</name> 
-                    <property>commons.xdoc.dir</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>xdocs</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The site xdoc directory</description>
-                </parameter>
             </parameters>
         </mojo>
         <mojo>
@@ -118,15 +109,6 @@
                     <defaultValue>${commons.binary.suffix}</defaultValue>
                     <type>java.lang.String</type>
                     <description>The suffix for the binary 
distro.</description>
-                </parameter>
-                <parameter>
-                    <name>commons.xdoc.dir</name> 
-                    <property>commons.xdoc.dir</property>
-                    <required>true</required>
-                    <readonly>false</readonly>
-                    <defaultValue>xdocs</defaultValue>
-                    <type>java.lang.String</type>
-                    <description>The site xdoc directory</description>
                 </parameter>
             </parameters>
         </mojo>


Reply via email to