Author: kkolinko
Date: Sat Jan 19 16:49:54 2013
New Revision: 1435600

URL: http://svn.apache.org/viewvc?rev=1435600&view=rev
Log:
Revert changes from r1435126

I do not object the changes. This is a temporal measure until
remaining issues are resolved. Without this I cannot build
Tomcat with Ant with Checkstyle being enabled.

The checks do not pass because there is a number of test cases
in Tomcat-JDBC-pool that have not been converted to JUnit4 yet. Those are 
org.apache.tomcat.jdbc.test.DefaultTestCase class and its children.

Modified:
    tomcat/trunk/res/checkstyle/checkstyle.xml

Modified: tomcat/trunk/res/checkstyle/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/checkstyle.xml?rev=1435600&r1=1435599&r2=1435600&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/checkstyle.xml (original)
+++ tomcat/trunk/res/checkstyle/checkstyle.xml Sat Jan 19 16:49:54 2013
@@ -57,9 +57,7 @@
                   value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
         <property name="excludes" value="org.junit.Assert.*"/>
     </module>
-    <module name="IllegalImport">
-        <property name="illegalPkgs" value="sun,junit.framework"/>
-    </module>
+    <module name="IllegalImport"/>
     <module name="ImportOrder">
         <property name="groups" 
value="java,javax,async,jsp2,junit,org.junit,org,util"/>
         <property name="ordered" value="true"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to