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

Stephan Richter srichter@cbu.edu
Thu, 16 Jan 2003 08:00:45 -0500


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

Modified Files:
	configure.zcml 
Log Message:
Oy, I forgot to remove this ZCML after palying with VFS this Christmas.

I finally noticed it, since it bit me really hard.


=== Zope3/src/zope/app/vfs/services/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/vfs/services/configure.zcml:1.2	Wed Dec 25 09:13:30 2002
+++ Zope3/src/zope/app/vfs/services/configure.zcml	Thu Jan 16 08:00:42 2003
@@ -10,18 +10,6 @@
        allowed_interface="zope.publisher.interfaces.vfs.IVFSFilePublisher"
        factory="zope.app.vfs.services.zpt.ZPTTemplateView" />
 
-  <vfs:view
-      name=".pt"
-      for="zope.app.interfaces.services.package.IPackageAdding"
-      factory="zope.app.vfs.services.zpt.ZPTTemplateAdd"
-      permission="zope.ManageContent" />
-
-  <vfs:view
-      name=".zpt"
-      for="zope.app.interfaces.services.package.IPackageAdding"
-      factory="zope.app.vfs.services.zpt.ZPTTemplateAdd"
-      permission="zope.ManageContent" />
-
 <!-- XXX ???  -->
 
   <!-- Note that we have to use another Adding interface here, since