You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/03/13 13:56:51 UTC

svn commit: r1300109 - /tomcat/trunk/res/checkstyle/org-import-control.xml

Author: markt
Date: Tue Mar 13 12:56:51 2012
New Revision: 1300109

URL: http://svn.apache.org/viewvc?rev=1300109&view=rev
Log:
Update import control for latest spdy changes

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=1300109&r1=1300108&r2=1300109&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/org-import-control.xml (original)
+++ tomcat/trunk/res/checkstyle/org-import-control.xml Tue Mar 13 12:56:51 2012
@@ -116,8 +116,13 @@
     <subpackage name="buildutil">
       <allow pkg="org.apache.tools.ant"/>
     </subpackage>
-    <subpackage name="jni"/>
+    <subpackage name="jni">
+      <subpackage name="socket">
+        <allow pkg="org.apache.tomcat.jni"/>
+      </subpackage>
+    </subpackage>
     <subpackage name="spdy">
+      <allow pkg="org.apache.tomcat.jni"/>
       <allow pkg="org.apache.tomcat.spdy"/>
     </subpackage>
     <subpackage name="util">



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