Author: mperham
Date: Sat Jan 21 11:07:35 2006
New Revision: 371103
URL: http://svn.apache.org/viewcvs?rev=371103&view=rev
Log:
Fix typo in description (runtime -> compile)
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
URL:
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties?rev=371103&r1=371102&r2=371103&view=diff
==============================================================================
---
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
(original)
+++
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
Sat Jan 21 11:07:35 2006
@@ -26,7 +26,8 @@
report.dependencies.column.url=URL
report.dependencies.column.optional=Optional
-report.dependencies.intro.compile=The following is a list of runtime
dependencies for this project. These dependencies are required to compile and
run the application:
+report.dependencies.intro.runtime=The following is a list of runtime
dependencies for this project. These dependencies are required to run the
application:
+report.dependencies.intro.compile=The following is a list of compile
dependencies for this project. These dependencies are required to compile and
run the application:
report.dependencies.intro.test=The following is a list of test dependencies
for this project. These dependencies are only required to compile and run unit
tests for the application:
report.dependencies.intro.provided=The following is a list of provided
dependencies for this project. These dependencies are required to compile the
application, but should be provided by default when using the library:
report.dependencies.intro.system=The following is a list of system
dependencies for this project. These dependencies are required to compile the
application: