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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]