[Zope3-checkins] CVS: Zope3/src/zope/app/vfs/content - configure.zcml:1.1.2.4
Jim Fulton
jim@zope.com
Wed, 25 Dec 2002 08:28:08 -0500
Update of /cvs-repository/Zope3/src/zope/app/vfs/content
In directory cvs.zope.org:/tmp/cvs-serv9989/src/zope/app/vfs/content
Modified Files:
Tag: NameGeddon-branch
configure.zcml
Log Message:
Gor zope running again!
I haven't tested everything.
(Yes, we need functional tests. Maybe this week).
Good enough to merge into trunk.
=== Zope3/src/zope/app/vfs/content/configure.zcml 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/vfs/content/configure.zcml:1.1.2.3 Tue Dec 24 07:51:23 2002
+++ Zope3/src/zope/app/vfs/content/configure.zcml Wed Dec 25 08:27:36 2002
@@ -2,6 +2,8 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:vfs="http://namespaces.zope.org/vfs">
+<!-- DTML -->
+
<vfs:view name="vfs"
for="zope.app.content.dtmlpage.IDTMLPage"
permission="zope.View"
@@ -14,11 +16,8 @@
factory="zope.app.vfs.content.dtmlpageadd.DTMLPageAdd"
permission="zope.ManageContent" />
-</zopeConfigure>
-<zopeConfigure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:vfs="http://namespaces.zope.org/vfs">
+<!-- ZPT -->
<vfs:view name="vfs"
for="zope.app.content.zpt.IZPTPage"
@@ -38,12 +37,7 @@
factory="zope.app.vfs.content.zpt.ZPTPageAdd"
permission="zope.ManageContent" />
-</zopeConfigure>
-
-<zopeConfigure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:vfs="http://namespaces.zope.org/vfs"
->
+<!-- Folder -->
<vfs:view
name="Folder"
@@ -59,11 +53,7 @@
factory="zope.app.vfs.content.folder.FolderView"
/>
-</zopeConfigure>
-
-<zopeConfigure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:vfs="http://namespaces.zope.org/vfs">
+<!-- SQL -->
<vfs:view name="vfs"
for="zope.app.content.sql.ISQLScript"
@@ -83,12 +73,7 @@
factory="zope.app.vfs.content.sql.SQLScriptAdd"
permission="zope.ManageContent" />
-</zopeConfigure>
-
-<zopeConfigure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:vfs="http://namespaces.zope.org/vfs"
->
+<!-- File -->
<vfs:view name="vfs"
for="zope.app.interfaces.content.file.IFile"