You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/02/19 17:23:06 UTC

svn commit: r629143 - in /commons/proper/commons-build-plugin: ./ src/ trunk/ trunk/src/ trunk/src/main/resources/commons-xdoc-templates/ trunk/src/site/xdoc/

Author: niallp
Date: Tue Feb 19 08:23:00 2008
New Revision: 629143

URL: http://svn.apache.org/viewvc?rev=629143&view=rev
Log:
Move files under trunk

Added:
    commons/proper/commons-build-plugin/trunk/LICENSE.txt
      - copied unchanged from r629141, commons/proper/commons-build-plugin/LICENSE.txt
    commons/proper/commons-build-plugin/trunk/NOTICE.txt
      - copied unchanged from r629141, commons/proper/commons-build-plugin/NOTICE.txt
    commons/proper/commons-build-plugin/trunk/pom.xml
      - copied unchanged from r629141, commons/proper/commons-build-plugin/pom.xml
    commons/proper/commons-build-plugin/trunk/src/
      - copied from r629141, commons/proper/commons-build-plugin/src/
Removed:
    commons/proper/commons-build-plugin/LICENSE.txt
    commons/proper/commons-build-plugin/NOTICE.txt
    commons/proper/commons-build-plugin/pom.xml
    commons/proper/commons-build-plugin/src/
Modified:
    commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-template.xml
    commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
    commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
    commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
    commons/proper/commons-build-plugin/trunk/src/site/xdoc/copy-javadoc-files-build.xml
    commons/proper/commons-build-plugin/trunk/src/site/xdoc/development.xml
    commons/proper/commons-build-plugin/trunk/src/site/xdoc/generate-xdocs-build.xml

Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-template.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-template.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-template.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-template.xml Tue Feb 19 08:23:00 2008
@@ -23,7 +23,7 @@
  |****                                                              ****|
  +======================================================================+
  | TEMPLATE FILE: download-page-template.xml                            |
- | (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  +======================================================================+
  |                                                                      |
  | 1) Re-generate using: mvn commons:download-page                      |

Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml Tue Feb 19 08:23:00 2008
@@ -23,7 +23,7 @@
  |****                                                              ****|
  +======================================================================+
  | TEMPLATE FILE: issue-tracking-template.xml                           |
- | (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  +======================================================================+
  |                                                                      |
  | 1) Re-generate using: mvn commons:jira-page                          |

Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/no-download-page-template.xml Tue Feb 19 08:23:00 2008
@@ -23,7 +23,7 @@
  |****                                                              ****|
  +======================================================================+
  | TEMPLATE FILE: no-download-page-template.xml                         |
- | (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  +======================================================================+
  |                                                                      |
  | 1) Re-generate using: mvn commons:download-page                      |

Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml Tue Feb 19 08:23:00 2008
@@ -23,7 +23,7 @@
  |****                                                              ****|
  +======================================================================+
  | TEMPLATE FILE: sandbox-issue-tracking-template.xml                   |
- | (see commons-build-plugin/src/main/resources/commons-xdoc-templates) |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  +======================================================================+
  |                                                                      |
  | 1) Re-generate using: mvn commons:jira-page                          |

Modified: commons/proper/commons-build-plugin/trunk/src/site/xdoc/copy-javadoc-files-build.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/site/xdoc/copy-javadoc-files-build.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/site/xdoc/copy-javadoc-files-build.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/site/xdoc/copy-javadoc-files-build.xml Tue Feb 19 08:23:00 2008
@@ -42,8 +42,8 @@
             See:
             </p>
             <ul>
-                <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/copy-javadoc-files.build.xml">copy-javadoc-files.build.xml</a> - Ant build script</li>
-                <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/copy-javadoc-files.mojos.xml">copy-javadoc-files.mojos.xml</a> - mapping document</li>
+                <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.build.xml">copy-javadoc-files.build.xml</a> - Ant build script</li>
+                <li><a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/copy-javadoc-files.mojos.xml">copy-javadoc-files.mojos.xml</a> - mapping document</li>
                 <li><a href="copy-javadoc-files-mojo.html">Parameters</a></li>
             </ul>
 

Modified: commons/proper/commons-build-plugin/trunk/src/site/xdoc/development.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/site/xdoc/development.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/site/xdoc/development.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/site/xdoc/development.xml Tue Feb 19 08:23:00 2008
@@ -59,7 +59,7 @@
 
             <p>
             Both these files should be located in the
-            <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/">src/main/scripts</a>
+            <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/">src/main/scripts</a>
             directory.
             </p>
 

Modified: commons/proper/commons-build-plugin/trunk/src/site/xdoc/generate-xdocs-build.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/site/xdoc/generate-xdocs-build.xml?rev=629143&r1=629141&r2=629143&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/site/xdoc/generate-xdocs-build.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/site/xdoc/generate-xdocs-build.xml Tue Feb 19 08:23:00 2008
@@ -31,7 +31,7 @@
 
         <section name="Generating XDOC files">
             <p>
-            The <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml">
+            The <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">
             generate-xdocs.build.xml</a> Ant build script contains targets for the following goals:
             <ul>
                 <li><a href="#commons:jira-page">commons:jira-page</a> - Generate a JIRA Issue Tracking page for a component</li>
@@ -42,7 +42,7 @@
 
             <p>
             This script generates custom xdoc pages for Commons components using
-            <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/resources/commons-xdoc-templates/">templates</a>
+            <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/">templates</a>
             and <a href="http://ant.apache.org/manual/CoreTasks/filter.html">Ant's filtering</a> functionality:
             </p>
 
@@ -71,11 +71,11 @@
                 This goal uses the following:
                 <ul>
                     <li>The goal is mapped to the ant script/target using the <code>jira-page</code> mojo defintion in the 
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
                     <li>Executes the <code>jira-page</code> target in
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/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/proper/commons-build-plugin/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml">issue-tracking-template.xml</a>
+                    <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml">issue-tracking-template.xml</a>
                         template</li>
                     <li>Uses the <a href="jira-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li>
                 </ul>
@@ -121,13 +121,13 @@
                 This goal uses the following:
                 <ul>
                     <li>The goal is mapped to the ant script/target using the <code>download-page</code> mojo defintion in the 
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
                     <li>Executes the <code>download-page</code> target in
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
                         ant script</li>
                     <li>Uses either the
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/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/proper/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml">no-download-page-template.xml</a>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/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/proper/commons-build-plugin/trunk/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>
@@ -177,11 +177,11 @@
                 This goal uses the following:
                 <ul>
                     <li>The goal is mapped to the ant script/target using the <code>sandbox-jira-page</code> mojo defintion in the 
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li>
                     <li>Executes the <code>sandbox-jira-page</code> target in
-                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a>
+                        <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/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/proper/commons-build-plugin/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml">sandbox-issue-tracking-template.xml</a>
+                    <li>Uses the <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml">sandbox-issue-tracking-template.xml</a>
                         template</li>
                     <li>Uses the <a href="sandbox-jira-page-mojo.html">goal's (i.e. mojo's) parameters</a> to filter values in the template</li>
                 </ul>