Author: markt
Date: Tue May  1 11:53:04 2018
New Revision: 1830670

URL: http://svn.apache.org/viewvc?rev=1830670&view=rev
Log:
Modify import controls so they do not overlap which prevents the reversal of 
deny/allow ordering from causing failures in Gump which uses the latest 
Checkstyle code

Modified:
    tomcat/trunk/res/checkstyle/org-import-control.xml

Modified: tomcat/trunk/res/checkstyle/org-import-control.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/org-import-control.xml?rev=1830670&r1=1830669&r2=1830670&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/org-import-control.xml (original)
+++ tomcat/trunk/res/checkstyle/org-import-control.xml Tue May  1 11:53:04 2018
@@ -76,7 +76,7 @@
       <disallow pkg="javax.ejb"/>
       <disallow pkg="javax.persistence"/>
       <disallow pkg="javax.servlet"/>
-      <disallow pkg="org.apache.catalina"/>
+      <disallow pkg="org\.apache\.catalina(?!\.tribes).*" regex="true"/>
       <disallow pkg="org.apache.coyote"/>
       <disallow pkg="org.apache.naming"/>
       <disallow pkg="org.apache.tomcat"/>



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

Reply via email to