You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by tv...@apache.org on 2007/05/26 16:02:41 UTC

svn commit: r541894 - /jakarta/jcs/trunk/checkstyle.xml

Author: tv
Date: Sat May 26 07:02:41 2007
New Revision: 541894

URL: http://svn.apache.org/viewvc?view=rev&rev=541894
Log:
Make sure the checkstyle-report is in English

Modified:
    jakarta/jcs/trunk/checkstyle.xml

Modified: jakarta/jcs/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/checkstyle.xml?view=diff&rev=541894&r1=541893&r2=541894
==============================================================================
--- jakarta/jcs/trunk/checkstyle.xml (original)
+++ jakarta/jcs/trunk/checkstyle.xml Sat May 26 07:02:41 2007
@@ -28,6 +28,9 @@
 
 <module name="Checker">
 
+    <property name="localeCountry" value="US" />
+    <property name="localeLanguage" value="en" />
+
     <!-- Checks that a package.html file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
     <module name="PackageHtml"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-dev-help@jakarta.apache.org