You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/17 20:01:08 UTC

svn commit: r476256 - /maven/sandbox/reports/plugin-vote-email.vm

Author: jvanzyl
Date: Fri Nov 17 11:01:07 2006
New Revision: 476256

URL: http://svn.apache.org/viewvc?view=rev&rev=476256
Log: (empty)

Modified:
    maven/sandbox/reports/plugin-vote-email.vm

Modified: maven/sandbox/reports/plugin-vote-email.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/reports/plugin-vote-email.vm?view=diff&rev=476256&r1=476255&r2=476256
==============================================================================
--- maven/sandbox/reports/plugin-vote-email.vm (original)
+++ maven/sandbox/reports/plugin-vote-email.vm Fri Nov 17 11:01:07 2006
@@ -1,8 +1,3 @@
-## We want to display
-## - the roadmap of issues for this release
-## - where the snapshot is
-## - usage instructions
-
 #set( $jira = $xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc") )
 #set( $project = $jira.getProject("MWAR") )
 #set( $version = $jira.getVersion( $project, "2.0.2") )
@@ -10,7 +5,7 @@
 $version
 $url
 #set( $issues = $rss.fetch($url).issues )
-
+ 
 #foreach( $issue in $issues.sort("id").sort("priority") )
   [$issue.key] $issue.summary
 #end