Author: kkolinko
Date: Sat Feb  9 14:56:21 2013
New Revision: 1444374

URL: http://svn.apache.org/r1444374
Log:
Allow high availability and tribes imports in o.a.c.storeconfig.

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=1444374&r1=1444373&r2=1444374&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/org-import-control.xml (original)
+++ tomcat/trunk/res/checkstyle/org-import-control.xml Sat Feb  9 14:56:21 2013
@@ -66,6 +66,10 @@
       <allow pkg="org.apache.catalina.ha"/>
       <allow pkg="org.apache.catalina.tribes"/>
     </subpackage>
+    <subpackage name="storeconfig">
+      <allow pkg="org.apache.catalina.ha"/>
+      <allow pkg="org.apache.catalina.tribes"/>
+    </subpackage>
     <subpackage name="tribes">
       <disallow pkg="javax.annotation"/>
       <disallow pkg="javax.ejb"/>



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

Reply via email to