[jsword-svn] r1148 - trunk/jsword-support/tools/checkstyle
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue Oct 10 04:57:58 MST 2006
Author: dmsmith
Date: 2006-10-10 04:57:55 -0700 (Tue, 10 Oct 2006)
New Revision: 1148
Modified:
trunk/jsword-support/tools/checkstyle/custom.xml
Log:
Change checkstyle to allow package names of 13 characters to handle "versification"
Modified: trunk/jsword-support/tools/checkstyle/custom.xml
===================================================================
--- trunk/jsword-support/tools/checkstyle/custom.xml 2006-10-10 11:43:32 UTC (rev 1147)
+++ trunk/jsword-support/tools/checkstyle/custom.xml 2006-10-10 11:57:55 UTC (rev 1148)
@@ -52,7 +52,7 @@
</module>
<module name="MethodName"/>
<module name="PackageName">
- <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]{1,11})*$"/>
+ <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]{1,13})*$"/>
</module>
<module name="ParameterName">
<property name="format" value="[a-z][a-zA-Z0-9]*$"/>
More information about the jsword-svn
mailing list