Author: dkulp
Date: Wed Dec 1 18:30:15 2010
New Revision: 1041117
URL: http://svn.apache.org/viewvc?rev=1041117&view=rev
Log:
Change the import order to what checkstyle <=5.1 actually was enforcing so that
it matches what checkstyle 5.2 will enforce.
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=1041117&r1=1041116&r2=1041117&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
Wed Dec 1 18:30:15 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,*" />
<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=1041117&r1=1041116&r2=1041117&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 Wed
Dec 1 18:30:15 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,*" />
<property name="ordered" value="true" />
</module>
<!--