[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File/Views/VFS - configure.zcml:1.1 vfs.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:33:55 -0400


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

Added Files:
	configure.zcml 
Removed Files:
	vfs.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Added File Zope3/lib/python/Zope/App/OFS/Content/File/Views/VFS/configure.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.Content.File.IFile."
            permission="Zope.ManageContent" 
            allowed_interface="Zope.Publisher.VFS.IVFSFilePublisher."
            factory=".VFSFileView." />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/OFS/Content/File/Views/VFS/vfs.zcml ===