dion 2004/09/08 19:25:19
Modified: jelly/jelly-tags tag-checkstyle.xml
Log:
Default to warning
Revision Changes Path
1.2 +2 -0 jakarta-commons/jelly/jelly-tags/tag-checkstyle.xml
Index: tag-checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/tag-checkstyle.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tag-checkstyle.xml 16 Aug 2004 00:52:49 -0000 1.1
+++ tag-checkstyle.xml 9 Sep 2004 02:25:19 -0000 1.2
@@ -49,6 +49,8 @@
-->
<module name="Checker">
+ <!-- set default severity -->
+ <property name="severity" value="warning"/>
<!-- Checks that a package.html file exists for each package. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]