[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - zmi.zcml:1.1.2.4

Steve Alexander steve@cat-box.net
Sun, 10 Mar 2002 19:10:56 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv10945/lib/python/Zope/App/ZMI

Modified Files:
      Tag: Zope-3x-branch
	zmi.zcml 
Log Message:
Changed zcml security syntax to remove the "method=" attribute, and allow
only the "methods=" attribute.


=== Zope3/lib/python/Zope/App/ZMI/zmi.zcml 1.1.2.3 => 1.1.2.4 ===
 <security:protectClass name="Zope.App.ZMI.ZMIViewUtility."
                        permission_id="Zope.View"
-                       method="getZMIViews"/>
+                       methods="getZMIViews"/>
 
 
 </zopeConfigure>