Author: ltheussl Date: Thu Jan 12 13:06:26 2006 New Revision: 368467 URL: http://svn.apache.org/viewcvs?rev=368467&view=rev Log: Shorter labels, better description for jira aggregators
Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties Modified: maven/maven-1/plugins/trunk/dashboard/plugin.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/plugin.properties?rev=368467&r1=368466&r2=368467&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/dashboard/plugin.properties (original) +++ maven/maven-1/plugins/trunk/dashboard/plugin.properties Thu Jan 12 13:06:26 2006 @@ -337,15 +337,15 @@ # Properties for the Jira open issues aggregator maven.dashboard.aggregator.jiraopen.script = ${maven.dashboard.aggregators.dir}/jiraopen.jelly maven.dashboard.aggregator.jiraopen.artifact = ${maven.build.dir}/jira/jira-results.xml -maven.dashboard.aggregator.jiraopen.label = JIRA open issues +maven.dashboard.aggregator.jiraopen.label = JIRA OI maven.dashboard.aggregator.jiraopen.goal = maven-jira-plugin:report -maven.dashboard.aggregator.jiraopen.description = Number of open issues in JIRA +maven.dashboard.aggregator.jiraopen.description = Total number of open issues in JIRA maven.dashboard.aggregator.jiraopen.report = jira.html # Properties for the Jira open scheduled issues aggregator maven.dashboard.aggregator.jirascheduled.script = ${maven.dashboard.aggregators.dir}/jirascheduled.jelly maven.dashboard.aggregator.jirascheduled.artifact = ${maven.build.dir}/jira/jira-roadmap.xml -maven.dashboard.aggregator.jirascheduled.label = JIRA open scheduled issues +maven.dashboard.aggregator.jirascheduled.label = JIRA OSI maven.dashboard.aggregator.jirascheduled.goal = maven-jira-plugin:report maven.dashboard.aggregator.jirascheduled.description = Number of open issues in JIRA that are scheduled for the next release maven.dashboard.aggregator.jirascheduled.report = jira-roadmap.html