Author: Alex.Kolonitsky
Date: 2009-12-03 10:51:56 -0500 (Thu, 03 Dec 2009)
New Revision: 16056
Modified:
root/cdk/trunk/pom.xml
Log:
RFPL-195 Code style policy
Rename checkstyle file and folder
Modified: root/cdk/trunk/pom.xml
===================================================================
--- root/cdk/trunk/pom.xml 2009-12-03 15:50:15 UTC (rev 16055)
+++ root/cdk/trunk/pom.xml 2009-12-03 15:51:56 UTC (rev 16056)
@@ -130,7 +130,7 @@
<execution>
<id>richfaces-checkstyle-report</id>
<configuration>
-
<configLocation>exadel-richfaces-checkstyle/exadel+sun-checkstyle.xml</configLocation>
+
<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
<failOnViolation>false</failOnViolation>
@@ -154,7 +154,7 @@
<version>2.3</version>
<configuration>
-
<configLocation>exadel-richfaces-checkstyle/exadel+sun-checkstyle.xml</configLocation>
+
<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
Show replies by date