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

Steve Alexander steve@cat-box.net
Mon, 3 Jun 2002 18:57:46 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	vfs.zcml 
Log Message:
wonderland updates to zcml files.


=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/VFS/vfs.zcml 1.1.4.2.2.2 => 1.1.4.2.2.3 ===
 >
 
-  <vfs:view name="vfs"
-    for="Zope.App.OFS.Container.IContainer."
-    permission="Zope.ManageContent" 
-    allowed_interface="Zope.Publisher.VFS.IVFSDirectoryPublisher." 
-    factory="Zope.App.OFS.Container.Views.VFS.VFSContainerView." 
-    />
+  <vfs:view
+      name="vfs"
+      for="Zope.App.OFS.Container.IContainer."
+      permission="Zope.ManageContent" 
+      allowed_interface="Zope.Publisher.VFS.IVFSDirectoryPublisher." 
+      factory="Zope.App.OFS.Container.Views.VFS.VFSContainerView." 
+      />
 
 </zopeConfigure>