[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/VFS - vfs.zcml:1.1.2.1

Christian Theune ct@gocept.com
Sat, 18 May 2002 06:38:29 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/VFS
In directory cvs.zope.org:/tmp/cvs-serv1921

Added Files:
      Tag: ctheune-foldermove-branch
	vfs.zcml 
Log Message:
Renamed vfs.zcml to ../../../Content/Folder/Views/VFS//vfs.zcml

=== Added File Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/VFS/vfs.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
   xmlns:security="http://namespaces.zope.org/security"
   xmlns:vfs="http://namespaces.zope.org/vfs"
>

  <vfs:view name="vfs"
    for="Zope.App.OFS.Container.IContainer."
    factory="Zope.App.OFS.Container.Views.VFS.VFSContainerView." />

  <security:protectClass 
    name="Zope.App.OFS.Container.Views.VFS.VFSContainerView."
    permission_id="Zope.ManageContent" 
    interface="Zope.Publisher.VFS.IVFSDirectoryPublisher." />

</zopeConfigure>