You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by hb...@apache.org on 2008/03/09 22:39:44 UTC

svn commit: r635366 - /maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties

Author: hboutemy
Date: Sun Mar  9 14:39:40 2008
New Revision: 635366

URL: http://svn.apache.org/viewvc?rev=635366&view=rev
Log:
[SUREFIRE-422] Strip "Maven" from report title, "Surefire Report" is sufficient
Submitted by: Benjamin Bentmann
Reviewed by: Hervé Boutemy

Modified:
    maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties

Modified: maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties?rev=635366&r1=635365&r2=635366&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/src/main/resources/surefire-report.properties Sun Mar  9 14:39:40 2008
@@ -17,9 +17,9 @@
 # under the License.
 #
 
-report.surefire.name=Maven Surefire Report
+report.surefire.name=Surefire Report
 report.surefire.description=Report on the test results of the project.
-report.surefire.header=Maven Surefire Report
+report.surefire.header=Surefire Report
 report.surefire.label.summary=Summary
 report.surefire.label.tests=Tests
 report.surefire.label.errors=Errors