[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL - xul.zcml:1.1.4.2
Steve Alexander
steve@cat-box.net
Sun, 26 May 2002 08:45:24 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
In directory cvs.zope.org:/tmp/cvs-serv17123/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
Modified Files:
Tag: Zope-3x-branch
xul.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/Content/Folder/Views/XUL/xul.zcml 1.1.4.1 => 1.1.4.2 ===
<security:protectClass
- name="Zope.App.OFS.Content.Folder.Views.XUL.Main."
+ class="Zope.App.OFS.Content.Folder.Views.XUL.Main."
permission_id="Zope.ManageContent" names="index, menu" />
<browser:view name="tree"
@@ -19,7 +19,7 @@
factory="Zope.App.OFS.Content.Folder.Views.XUL.Tree." />
<security:protectClass
- name="Zope.App.OFS.Content.Folder.Views.XUL.Tree."
+ class="Zope.App.OFS.Content.Folder.Views.XUL.Tree."
permission_id="Zope.ManageContent" names="getRDFTree" />
<browser:view name="limit_xul"
@@ -27,7 +27,7 @@
factory="Zope.App.OFS.Content.Folder.Views.XUL.SetLimit."/>
<security:protectClass
- name="Zope.App.OFS.Content.Folder.Views.XUL.SetLimit."
+ class="Zope.App.OFS.Content.Folder.Views.XUL.SetLimit."
permission_id="Zope.ManageContent" names="index, action, action_js" />
<browser:view name="XULLimitFieldView"