You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by ho...@apache.org on 2008/04/11 13:47:03 UTC

svn commit: r647126 - /turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml

Author: hoffmann
Date: Fri Apr 11 04:46:51 2008
New Revision: 647126

URL: http://svn.apache.org/viewvc?rev=647126&view=rev
Log:
further preparations for the 2.3.3 release

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml?rev=647126&r1=647125&r2=647126&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/conf/turbine-checkstyle.xml Fri Apr 11 04:46:51 2008
@@ -50,7 +50,8 @@
 -->
 
 <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"/>