[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser - browser.zcml:1.1.4.2
Steve Alexander
steve@cat-box.net
Sun, 26 May 2002 08:45:27 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17123/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
Modified Files:
Tag: Zope-3x-branch
browser.zcml
Log Message:
changed "name" attribute of protectClass and publicClass zcml directives
to "class".
Note that I haven't touched the dummy protectClass directive in
Zope/Configuration/tests/... as it is only used as an arbitrary
directive for testing the directive-processing machinery.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/browser.zcml 1.1.4.1 => 1.1.4.2 ===
<security:protectClass
- name="Zope.App.OFS.Services.ServiceManager.Views.Browser.Contents."
+ class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Contents."
permission_id="Zope.ManageServices"
names="index, listContentInfo, remove, removeObjects, confirmRemoved"/>
@@ -16,7 +16,7 @@
factory="Zope.App.OFS.Services.ServiceManager.Views.Browser.Contents." />
<security:protectClass
- name="Zope.App.OFS.Services.ServiceManager.Views.Browser.Adder."
+ class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Adder."
permission_id="Zope.ManageServices"
names="index, confirmed, action, listAddableInfo"/>
@@ -26,7 +26,7 @@
factory="Zope.App.OFS.Services.ServiceManager.Views.Browser.Adder." />
<security:protectClass
- name="Zope.App.OFS.Services.ServiceManager.Views.Browser.Bindings."
+ class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Bindings."
permission_id="Zope.ManageServices"
names="index, action, getServicesTable" />