Author: echatellier Date: 2011-09-05 09:55:57 +0200 (Mon, 05 Sep 2011) New Revision: 2777 Url: http://chorem.org/repositories/revision/jtimer/2777 Log: Update checkstyle config Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-04 12:09:43 UTC (rev 2776) +++ trunk/pom.xml 2011-09-05 07:55:57 UTC (rev 2777) @@ -169,9 +169,7 @@ <configuration> <configLocation>${maven.src.dir}/main/config/checkstyle.xml </configLocation> - <excludes>**/Xss.java,**/X11.java,**/Kernel32.java,**/User32.java, - **/ApplicationServices.java - </excludes> + <excludes>**/Xss.java,**/User32.java,**/ApplicationServices.java</excludes> </configuration> </plugin>