You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/05/06 20:21:31 UTC

svn commit: r941841 - in /cxf/build-utils/trunk/buildtools/src/main/resources: cxf-checkstyle-corba.xml cxf-checkstyle.xml

Author: dkulp
Date: Thu May  6 18:21:31 2010
New Revision: 941841

URL: http://svn.apache.org/viewvc?rev=941841&view=rev
Log:
Update rules to support latest eclipse checkstyle plugin

Modified:
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle-corba.xml
    cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle-corba.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle-corba.xml?rev=941841&r1=941840&r2=941841&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle-corba.xml (original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle-corba.xml Thu May  6 18:21:31 2010
@@ -86,7 +86,7 @@
 		<module name="UnusedImports" />
 		<module name="ImportOrder">
 			<property name="groups"
-				value="java,javax,org.w3c,org.xml,junit,antlr,com,net,org,org.junit" />
+				value="java,javax,org.w3c,org.xml,junit,antlr,com,net,org,org.junit,*" />
 			<property name="ordered" value="true" />
 		</module>
 		<!--

Modified: cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml?rev=941841&r1=941840&r2=941841&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml (original)
+++ cxf/build-utils/trunk/buildtools/src/main/resources/cxf-checkstyle.xml Thu May  6 18:21:31 2010
@@ -81,7 +81,7 @@
 		<module name="UnusedImports" />
 		<module name="ImportOrder">
 			<property name="groups"
-				value="java,javax,org.w3c,org.xml,junit,antlr,com,net,org,org.junit" />
+				value="java,javax,org.w3c,org.xml,junit,antlr,com.,net,org,org.junit,*" />
 			<property name="ordered" value="true" />
 		</module>
 		<!--