Author: dennisl
Date: Sat Feb 16 10:52:06 2008
New Revision: 628373
URL: http://svn.apache.org/viewvc?rev=628373&view=rev
Log:
[MCHECKSTYLE-86] Lock down encoding used to read source files
Submitted by: Benjamin Bentmann
Reviewed by: Dennis Lundberg
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/avalon_checks.xml
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/avalon_checks.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/avalon_checks.xml?rev=628373&r1=628372&r2=628373&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/avalon_checks.xml
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/avalon_checks.xml
Sat Feb 16 10:52:06 2008
@@ -65,6 +65,8 @@
<module name="TreeWalker">
+ <property name="charset" value="ISO-8859-1"/>
+
<property name="cacheFile" value="${checkstyle.cache.file}"/>
<!-- ************************************************************** -->
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml?rev=628373&r1=628372&r2=628373&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml
Sat Feb 16 10:52:06 2008
@@ -42,6 +42,8 @@
<module name="TreeWalker">
+ <property name="charset" value="ISO-8859-1"/>
+
<property name="cacheFile" value="${checkstyle.cache.file}"/>
<property name="tabWidth" value="4"/>
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml?rev=628373&r1=628372&r2=628373&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/sun_checks.xml
Sat Feb 16 10:52:06 2008
@@ -66,6 +66,8 @@
<module name="TreeWalker">
+ <property name="charset" value="ISO-8859-1"/>
+
<property name="cacheFile" value="${checkstyle.cache.file}"/>
<!-- Checks for Javadoc comments. -->
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml?rev=628373&r1=628372&r2=628373&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/turbine_checks.xml
Sat Feb 16 10:52:06 2008
@@ -65,6 +65,8 @@
<module name="TreeWalker">
+ <property name="charset" value="ISO-8859-1"/>
+
<property name="cacheFile" value="${checkstyle.cache.file}"/>
<!-- ************************************************************** -->