Author: niallp
Date: Sat Feb  9 18:46:46 2008
New Revision: 620238

URL: http://svn.apache.org/viewvc?rev=620238&view=rev
Log:
Changes for move from sandbox --> proper

Modified:
    commons/proper/commons-build-plugin/pom.xml
    
commons/proper/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml
    commons/proper/commons-build-plugin/src/site/xdoc/development.xml
    commons/proper/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml

Modified: commons/proper/commons-build-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/pom.xml?rev=620238&r1=620237&r2=620238&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/pom.xml (original)
+++ commons/proper/commons-build-plugin/pom.xml Sat Feb  9 18:46:46 2008
@@ -25,8 +25,8 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.commons</groupId>
-        <artifactId>commons-sandbox-parent</artifactId>
-        <version>3</version>
+        <artifactId>commons-parent</artifactId>
+        <version>7</version>
     </parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-build-plugin</artifactId>
@@ -36,16 +36,16 @@
     <description>
         Maven Ant mojo for Commons Build tasks.
     </description>
-    <url>http://commons.apache.org/sandbox/commons-build-plugin/</url>
+    <url>http://commons.apache.org/commons-build-plugin/</url>
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/COMMONSSITE</url>
     </issueManagement>
     <inceptionYear>2008</inceptionYear>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/</developerConnection>
-        
<url>http://svn.apache.org/viewvc/commons/sandbox/commons-build-plugin/</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/</developerConnection>
+        
<url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/</url>
     </scm>
 
     <developers>

Modified: 
commons/proper/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml?rev=620238&r1=620237&r2=620238&view=diff
==============================================================================
--- 
commons/proper/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml 
(original)
+++ 
commons/proper/commons-build-plugin/src/site/xdoc/copy-javadoc-files-build.xml 
Sat Feb  9 18:46:46 2008
@@ -42,8 +42,8 @@
             See:
             </p>
             <ul>
-                <li><a 
href="http://svn.apache.org/repos/asf/commons/sandbox/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/sandbox/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/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="copy-javadoc-files-mojo.html">Parameters</a></li>
             </ul>
 

Modified: commons/proper/commons-build-plugin/src/site/xdoc/development.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/src/site/xdoc/development.xml?rev=620238&r1=620237&r2=620238&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/src/site/xdoc/development.xml (original)
+++ commons/proper/commons-build-plugin/src/site/xdoc/development.xml Sat Feb  
9 18:46:46 2008
@@ -59,7 +59,7 @@
 
             <p>
             Both these files should be located in the
-            <a 
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/scripts/";>src/main/scripts</a>
+            <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/src/main/scripts/";>src/main/scripts</a>
             directory.
             </p>
 
@@ -81,7 +81,7 @@
             This plugin uses <code>commons</code> as the goal prefix. So if 
you add a new <code>foo-bar</code>
             goal, then it can be executed on the command line using <code>mvn 
commons:foo-bar</code>. This prefix
             is defined in this plugin's
-            <a 
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/pom.xml";>pom.xml</a>.
+            <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/pom.xml";>pom.xml</a>.
             </p>
 
         </section>

Modified: 
commons/proper/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml?rev=620238&r1=620237&r2=620238&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml 
(original)
+++ commons/proper/commons-build-plugin/src/site/xdoc/generate-xdocs-build.xml 
Sat Feb  9 18:46:46 2008
@@ -31,7 +31,7 @@
 
         <section name="Generating XDOC files">
             <p>
-            The <a 
href="http://svn.apache.org/repos/asf/commons/sandbox/commons-build-plugin/src/main/scripts/generate-xdocs.build.xml";>
+            The <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> 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/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/";>templates</a>
+            <a 
href="http://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/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/sandbox/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/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/sandbox/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/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/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/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/sandbox/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/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/sandbox/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/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/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>
+                        <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>
                         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/sandbox/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/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/sandbox/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/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/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/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>


Reply via email to