You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/10/04 08:49:57 UTC

svn commit: r293553 - /maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl

Author: carlos
Date: Mon Oct  3 23:49:55 2005
New Revision: 293553

URL: http://svn.apache.org/viewcvs?rev=293553&view=rev
Log:
Fixed urls to new ones

Modified:
    maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl

Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl?rev=293553&r1=293552&r2=293553&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl (original)
+++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl Mon Oct  3 23:49:55 2005
@@ -40,7 +40,7 @@
     <rss version="0.91">
       <channel>
         <title>Checkstyle report</title> 
-        <link>${pom.url}</link> 
+        <link>${pom.url}/checkstyle/index.html</link> 
         <description>Checkstyle report</description>
         <language>en-us</language>
         <copyright>Copyright ${currentYear} ${pom.organization.name}</copyright>
@@ -54,8 +54,8 @@
           <title>File: ${fileCount}, Errors: ${errorCount}, Warnings: ${warningCount}, Infos: ${infoCount}</title>
           
           <!-- If we don't go through a tmp variable Jelly inserts a space between ${pom.url} 
-               and '/checkstyle/index.html'. Go figure... -->
-          <j:set var="link" value="${pom.url}/checkstyle/index.html"/>
+               and '/checkstyle/all.html'. Go figure... -->
+          <j:set var="link" value="${pom.url}/checkstyle/all.html"/>
           
           <link>${link}</link> 
           <description>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org