You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/24 01:21:26 UTC

svn commit: r371734 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml xdocs/index.xml xdocs/migrating.xml xdocs/navigation.xml

Author: ltheussl
Date: Mon Jan 23 16:21:22 2006
New Revision: 371734

URL: http://svn.apache.org/viewcvs?rev=371734&view=rev
Log:
Fix some links, update docs

Modified:
    maven/maven-1/plugins/trunk/checkstyle/project.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=371734&r1=371733&r2=371734&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Mon Jan 23 16:21:22 2006
@@ -27,7 +27,7 @@
   <currentVersion>3.0-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Produce Checkstyle report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/checkstyle</url>
+  <url>http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHECKSTYLE</issueTrackingUrl>
   <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/checkstyle/</siteDirectory>
   <repository>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml?rev=371734&r1=371733&r2=371734&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/index.xml Mon Jan 23 16:21:22 2006
@@ -36,7 +36,7 @@
 
     <section name="Using the dashboard report">
       <p>
-        To use older versions of the the dashboard plugin report with the latest version of this one
+        To use older versions of the dashboard plugin (&lt; 1.9) report with later versions of this one (&gt; 2.5)
         you need to change these properties:
       </p>
       <source>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml?rev=371734&r1=371733&r2=371734&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/migrating.xml Mon Jan 23 16:21:22 2006
@@ -50,8 +50,7 @@
         file introduced by Checkstyle 3.x. The new configuration is described
         on the
         <a href="http://checkstyle.sourceforge.net/config.html">Checkstyle 
-        config page</a>. An example is provided 
-        <a href="http://checkstyle.sourceforge.net/sun_checks.xml">here</a>.
+        config page</a>.
         Once you have finished migrating your Checkstyle configuration, modify
         the <code>maven.checkstyle.properties</code> property point to the
         new XML file.

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml?rev=371734&r1=371733&r2=371734&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/navigation.xml Mon Jan 23 16:21:22 2006
@@ -29,7 +29,7 @@
       <item name="Maven 1.x plugins Sandbox" href="http://maven.apache.org/maven-1.x/plugins-sandbox/index.html"/>
       <item name="Continuum" href="http://maven.apache.org/continuum/index.html"/>
       <item name="Maven 2.0" href="http://maven.apache.org/"/>
-      <item name="Checkstyle" href="http://checkstyle.sf.net/"/>
+      <item name="Checkstyle" href="http://checkstyle.sourceforge.net/"/>
     </links>
     <menu name="Overview">
       <item name="Goals" href="/goals.html"/>