You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/08/27 15:13:20 UTC

svn commit: r1620887 - in /commons/proper/commons-build-plugin/trunk/src: main/scripts/generate-xdocs.build.xml site/xdoc/readme-md.xml

Author: britter
Date: Wed Aug 27 13:13:19 2014
New Revision: 1620887

URL: http://svn.apache.org/r1620887
Log:
Correct wrong references to other mojos.

Modified:
    commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml
    commons/proper/commons-build-plugin/trunk/src/site/xdoc/readme-md.xml

Modified: commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml?rev=1620887&r1=1620886&r2=1620887&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml Wed Aug 27 13:13:19 2014
@@ -315,13 +315,13 @@
         <!-- Create a temporary directory to load the template files into -->
         <mkdir dir="${commonsMojoTempDir}"/>
 
-        <!-- Load the issue-tracking template from mojo resources to temp directory -->
+        <!-- Load the readme-md template from mojo resources to temp directory -->
         <loadresource property="readme-md">
             <javaresource name="${commonsMojoXdocDir}/readme-md-template.md"/>
         </loadresource>
         <echo message="${readme-md}" file="${commonsMojoTempDir}/readme-md-template.md" append="false" />
 
-        <!-- Copy the mail-lists template filtering to replace properties -->
+        <!-- Copy the readme-md template filtering to replace properties -->
         <copy file="${commonsMojoTempDir}/readme-md-template.md" tofile="README.md" overwrite="true">
             <filterset>
              <filter  token="NAME"         value="${project.name}"/>

Modified: commons/proper/commons-build-plugin/trunk/src/site/xdoc/readme-md.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/site/xdoc/readme-md.xml?rev=1620887&r1=1620886&r2=1620887&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/site/xdoc/readme-md.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/site/xdoc/readme-md.xml Wed Aug 27 13:13:19 2014
@@ -22,7 +22,7 @@
 <document>
 
     <properties>
-        <title>Generating Mailing List Page</title>
+        <title>Generating README.md</title>
         <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
     </properties>