You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/10/25 02:28:42 UTC

svn commit: r328198 - in /maven/maven-1/plugins/trunk: announcement/xdocs/ changes/xdocs/ cruisecontrol/src/plugin-test/cvs-scm/ idea/xdocs/ jcoverage/src/main/org/apache/maven/jcoveragereport/ jdepend/xdocs/ jdiff/xdocs/ nsis/src/plugin-resources/temp...

Author: aheritier
Date: Mon Oct 24 17:28:22 2005
New Revision: 328198

URL: http://svn.apache.org/viewcvs?rev=328198&view=rev
Log:
Fix some m1 urls

Modified:
    maven/maven-1/plugins/trunk/announcement/xdocs/index.xml
    maven/maven-1/plugins/trunk/changes/xdocs/index.xml
    maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/maven.xml
    maven/maven-1/plugins/trunk/idea/xdocs/properties.xml
    maven/maven-1/plugins/trunk/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java
    maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml
    maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml
    maven/maven-1/plugins/trunk/nsis/src/plugin-resources/templates/setup.jelly
    maven/maven-1/plugins/trunk/pmd/xdocs/faq.fml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test03/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/announcement/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/xdocs/index.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/xdocs/index.xml Mon Oct 24 17:28:22 2005
@@ -40,7 +40,7 @@
 The maven team is pleased to announce the Maven Announcement plugin 1.1 
 release! 
 
-http://maven.apache.org/reference/plugins/announcement/
+http://maven.apache.org/maven-1.x/reference/plugins/announcement/
 
 The Announcement plugin generates release announcements. It uses the 
 information found in both the POM and in the changes.xml file to generate the 

Modified: maven/maven-1/plugins/trunk/changes/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/index.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/index.xml Mon Oct 24 17:28:22 2005
@@ -105,7 +105,7 @@
 
       <p>
         A live Changes example report can be found 
-        <a href="http://maven.apache.org/reference/plugins/changes/changes-report.html">here</a>.
+        <a href="http://maven.apache.org/maven-1.x/reference/plugins/changes/changes-report.html">here</a>.
       </p>
 
       <p>

Modified: maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/maven.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/maven.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/maven.xml Mon Oct 24 17:28:22 2005
@@ -71,7 +71,7 @@
   <goal name="test-report-link-to-cruisecontrol">
   	<attainGoal name="maven-cruisecontrol-plugin:report"/>
   	<j:set var="cruiseControlURL" value="${context.getVariable('maven.cruisecontrol.buildresults.url')}"/>
-  	<assert:assertEquals expected="http://maven.apache.org/reference/plugins/cruisecontrol//cruisecontrol/buildresults/test-maven-cruisecontrol-cvs-plugin" value="${cruiseControlURL.trim()}"/>  
+  	<assert:assertEquals expected="http://maven.apache.org/maven-1.x/reference/plugins/cruisecontrol//cruisecontrol/buildresults/test-maven-cruisecontrol-cvs-plugin" value="${cruiseControlURL.trim()}"/>  
   </goal>
 
 

Modified: maven/maven-1/plugins/trunk/idea/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/xdocs/properties.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/idea/xdocs/properties.xml Mon Oct 24 17:28:22 2005
@@ -56,7 +56,7 @@
             by the plugin. 
             <br/> 
              Default value is ${maven.multiproject.includes} 
-             (see <a href="http://maven.apache.org/reference/plugins/multiproject/properties.html">multiproject</a>)
+             (see <a href="http://maven.apache.org/maven-1.x/reference/plugins/multiproject/properties.html">multiproject</a>)
               It means that mutiproject setup is used when no value is provided.
           </td>
         </tr>

Modified: maven/maven-1/plugins/trunk/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java (original)
+++ maven/maven-1/plugins/trunk/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java Mon Oct 24 17:28:22 2005
@@ -475,7 +475,7 @@
         sb.append("<table cellpadding=\"0\" cellspacing=\"0\" class=\"report\">");
         sb.append("  <tr class=\"report\">");
         sb.append("    <td class=\"reportText\"><span class=\"text\">");
-        sb.append("    This report is generated by <a href=\"http://www.jcoverage.com\">jcoverage</a>, <a href=\"http://maven.apache.org\">Maven</a> and <a href=\"http://maven.apache.org/reference/plugins/jcoverage/\">Maven JCoverage Plugin</a>.");
+        sb.append("    This report is generated by <a href=\"http://www.jcoverage.com\">jcoverage</a>, <a href=\"http://maven.apache.org\">Maven</a> and <a href=\"http://maven.apache.org/maven-1.x/reference/plugins/jcoverage/\">Maven JCoverage Plugin</a>.");
         sb.append("    </span></td>");
         sb.append("  </tr>");
         sb.append("</table>");

Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml Mon Oct 24 17:28:22 2005
@@ -27,7 +27,7 @@
     <section name="jdepend Settings">
       <p>
         No properties besides those used in the
-        <a href="http://maven.apache.org/reference/plugins/xdoc/properties.html">maven xdoc plugin</a>
+        <a href="http://maven.apache.org/maven-1.x/reference/plugins/xdoc/properties.html">maven xdoc plugin</a>
       </p>
     </section>
   </body>

Modified: maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/xdocs/properties.xml Mon Oct 24 17:28:22 2005
@@ -40,7 +40,7 @@
               ${pom.build.sourceDirectory} are used as the "old" sources;
               otherwise the scm plugin is used to check out the tag, using
               ${pom.repository.connection}, the tag name and other <a href=
-              "http://maven.apache.org/reference/plugins/scm/properties.html">
+              "http://maven.apache.org/maven-1.x/reference/plugins/scm/properties.html">
               scm plugin properties</a>.
           </td>
         </tr>
@@ -53,7 +53,7 @@
               ${pom.build.sourceDirectory} are used as the "new" sources;
               otherwise the scm plugin is used to check out the tag, using
               ${pom.repository.connection}, the tag name and other <a href=
-              "http://maven.apache.org/reference/plugins/scm/properties.html">
+              "http://maven.apache.org/maven-1.x/reference/plugins/scm/properties.html">
               scm plugin properties</a>.
           </td>
         </tr>

Modified: maven/maven-1/plugins/trunk/nsis/src/plugin-resources/templates/setup.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/nsis/src/plugin-resources/templates/setup.jelly?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/src/plugin-resources/templates/setup.jelly (original)
+++ maven/maven-1/plugins/trunk/nsis/src/plugin-resources/templates/setup.jelly Mon Oct 24 17:28:22 2005
@@ -27,7 +27,7 @@
 ; Author Kristen Gillard
 ; Author Dion Gillard
 ; Setup Script for NSIS
-; http://maven.apache.org/reference/plugins/nsis/
+; http://maven.apache.org/maven-1.x/reference/plugins/nsis/
 
 ; add directories for the source if it exists, and the plugin
 <util:available file="${maven.nsis.src}">

Modified: maven/maven-1/plugins/trunk/pmd/xdocs/faq.fml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/xdocs/faq.fml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/faq.fml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/faq.fml Mon Oct 24 17:28:22 2005
@@ -57,7 +57,7 @@
       </question>
       <answer>
       	<p>
-      	  Starting with the <a href="http://maven.apache.org/reference/plugins/plugin/">
+      	  Starting with the <a href="http://maven.apache.org/maven-1.x/reference/plugins/plugin/">
       	  maven-plugin-plugin</a> 1.2 (which first appeared with 
       	  maven 1.0-rc1), you issue the following command to maven to 
       	  download the version of your choice.

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test03/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test03/xdocs/navigation.xml?rev=328198&r1=328197&r2=328198&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test03/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-test/test03/xdocs/navigation.xml Mon Oct 24 17:28:22 2005
@@ -21,7 +21,7 @@
   <body>
     <breadcrumbs>
       <item name="Maven" href="http://maven.apache.org"/>
-      <item name="Maven Plugins" href="http://maven.apache.org/reference/plugins/index.html"/>
+      <item name="Maven Plugins" href="http://maven.apache.org/maven-1.x/reference/plugins/index.html"/>
     </breadcrumbs>
     <links>
       <!--