kaz 02/04/29 07:32:32
Modified: xdocs properties.xml
Log:
Added a few more details to the documentation for clarity.
Revision Changes Path
1.13 +12 -8 jakarta-turbine-maven/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/properties.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- properties.xml 29 Apr 2002 14:22:52 -0000 1.12
+++ properties.xml 29 Apr 2002 14:32:32 -0000 1.13
@@ -414,20 +414,24 @@
<td>checkstyle.includes</td>
<td>Yes</td>
<td>
- Specifies the Ant pattern to use when matching files in the
- source tree to be included in the Checkstyle report. The
- default value is <code>**/*.java</code>, which matches all
- Java source files in the source tree (specified by the
- <code>${src.dir}</code> property.
+ Specifies a comma-separated list of Ant patterns to use
+ when matching files in the source tree to be included in the
+ Checkstyle report. The pattern specified is relative to
+ <code>${src.dir}</code>. The default value is
+ <code>**/*.java</code>, which matches all Java source files
+ in the source tree (specified by the <code>${src.dir}</code>
+ property.
</td>
</tr>
<tr>
<td>checkstyle.excludes</td>
<td>Yes</td>
<td>
- Specifies the Ant pattern to use when matching files in the
- source tree to be excluded from the Checkstyle report. The
- default value is to not exclude any files.
+ Specifies a comma-separated list of Ant patterns to use when
+ matching files in the source tree to be excluded from the
+ Checkstyle report. The pattern specified is relative to
+ <code>${src.dir}</code>. The default value is to not
+ exclude any files.
</td>
</tr>
<tr>