[Zope3-checkins] CVS: Zope3/src/zope/app/vfs/services - configure.zcml:1.1.2.3

Jim Fulton jim@zope.com
Wed, 25 Dec 2002 08:28:08 -0500


Update of /cvs-repository/Zope3/src/zope/app/vfs/services
In directory cvs.zope.org:/tmp/cvs-serv9989/src/zope/app/vfs/services

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/services/configure.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/vfs/services/configure.zcml:1.1.2.2	Tue Dec 24 07:51:23 2002
+++ Zope3/src/zope/app/vfs/services/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">
 
+<!-- ZPT -->
+
   <vfs:view name="vfs" 
        for="zope.app.interfaces.services.interfaces.IZPTTemplate"
        permission="zope.View" 
@@ -20,12 +22,7 @@
       factory="zope.app.vfs.services.zpt.ZPTTemplateAdd"
       permission="zope.ManageContent" />
 
-</zopeConfigure>
-
-<zopeConfigure
-   xmlns="http://namespaces.zope.org/zope"
-   xmlns:vfs="http://namespaces.zope.org/vfs"
->
+<!-- XXX ???  -->
 
   <!-- Note that we have to use another Adding interface here, since 
        it conflicts otherwise with the content namespace definitions. -->