You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/10/10 13:32:00 UTC

svn commit: r1006274 - /myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml

Author: bommel
Date: Sun Oct 10 11:32:00 2010
New Revision: 1006274

URL: http://svn.apache.org/viewvc?rev=1006274&view=rev
Log:
fixed checkstyle rules

Modified:
    myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml

Modified: myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml?rev=1006274&r1=1006273&r2=1006274&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml (original)
+++ myfaces/maven/trunk/build-tools/src/main/resources/org/apache/myfaces/tobago/checkstyle.xml Sun Oct 10 11:32:00 2010
@@ -48,6 +48,7 @@
 -->
 
 <module name="Checker">
+    <property name="charset" value="UTF-8"/>^M
 
     <!-- Checks that a package.html file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
@@ -64,7 +65,6 @@
     <module name="TreeWalker">
 
         <property name="cacheFile" value="${checkstyle.cache.file}"/>
-        <property name="charset" value="UTF-8"/>
         <property name="tabWidth" value="2"/>
 
         <!-- Checks for Javadoc comments.                     -->