Author: dennisl
Date: Tue Jul 24 10:18:28 2007
New Revision: 559117

URL: http://svn.apache.org/viewvc?view=rev&rev=559117
Log:
o Add a description of what the template does.

Modified:
    maven/sandbox/trunk/shared/reports/all-plugin-votes.vm
    maven/sandbox/trunk/shared/reports/maven-plugins.vm

Modified: maven/sandbox/trunk/shared/reports/all-plugin-votes.vm
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/reports/all-plugin-votes.vm?view=diff&rev=559117&r1=559116&r2=559117
==============================================================================
--- maven/sandbox/trunk/shared/reports/all-plugin-votes.vm (original)
+++ maven/sandbox/trunk/shared/reports/all-plugin-votes.vm Tue Jul 24 10:18:28 
2007
@@ -1,3 +1,7 @@
+## Produce a report in xdoc format that shows plugins and their open issues,
+## sorted descending by the total number of votes for each plugin.
+##
+##
 #set( $jira = 
$xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc";) )
 #set( $projects = $jira.getProjects().matches("name", "Maven 2.*Plugin") )
 <?xml version="1.0"?>       

Modified: maven/sandbox/trunk/shared/reports/maven-plugins.vm
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/reports/maven-plugins.vm?view=diff&rev=559117&r1=559116&r2=559117
==============================================================================
--- maven/sandbox/trunk/shared/reports/maven-plugins.vm (original)
+++ maven/sandbox/trunk/shared/reports/maven-plugins.vm Tue Jul 24 10:18:28 2007
@@ -1,3 +1,7 @@
+## Produce a report in text format that shows plugins and their open issues,
+## sorted descending by the total number of votes for each plugin.
+##
+##
 #set( $jira = 
$xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc";) )
 #set( $projects = $jira.getProjects().matches("name", "Maven 2.*Plugin") )
 


Reply via email to