Author: carlos
Date: Mon Oct  3 23:02:35 2005
New Revision: 293545

URL: http://svn.apache.org/viewcvs?rev=293545&view=rev
Log:
Do not assert ASF copyright in checkstyle.rss.

Modified:
    maven/maven-1/plugins/trunk/checkstyle/plugin.jelly
    
maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/checkstyle2rss.jsl
    maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/plugin.jelly?rev=293545&r1=293544&r2=293545&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/checkstyle/plugin.jelly Mon Oct  3 23:02:35 2005
@@ -254,6 +254,10 @@
     <checkstyle:report-filtered severity="warning"/>
     <checkstyle:report-filtered severity="info"/>
 
+    <tstamp>
+      <format property="currentYear" pattern="yyyy"/>
+    </tstamp>
+
     <!-- Generate a RSS feed of the checktyle errors -->
     <doc:jsl
       input="${maven.checkstyle.output.xml}"

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=293545&r1=293544&r2=293545&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:02:35 2005
@@ -43,7 +43,7 @@
         <link>${pom.url}</link> 
         <description>Checkstyle report</description>
         <language>en-us</language>
-        <copyright>Copyright 2004 The Apache Software Foundation</copyright>
+        <copyright>Copyright ${currentYear} 
${pom.organization.name}</copyright>
         <item>
 
           <j:set var="fileCount"><x:expr select="count(file)"/></j:set>

Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.xml?rev=293545&r1=293544&r2=293545&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.xml 
(original)
+++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/project.xml Mon Oct  
3 23:02:35 2005
@@ -25,7 +25,7 @@
   <groupId>maven</groupId>
   <currentVersion>1.0</currentVersion>
   <organization>
-    <name>Apache Software Foundation</name>
+    <name>Apache Software Foundation - test</name>
     <url>http://www.apache.org/</url>
     <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
   </organization>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=293545&r1=293544&r2=293545&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Mon Oct  3 
23:02:35 2005
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="in SVN">
+      <action dev="carlos" type="fix" issue="MPCHECKSTYLE-39">Do not assert 
ASF copyright in checkstyle.rss.</action>
       <action dev="carlos" type="add">Added new summary report as front 
page.</action>
       <action dev="carlos" type="update">Moved reports under the checkstyle 
folder and renamed.</action>
       <action dev="carlos" type="update">Added maven.checkstyle.dir and move 
output files there.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to