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

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


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

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/content/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/vfs/content/configure.zcml:1.2	Wed Dec 25 09:13:29 2002
+++ Zope3/src/zope/app/vfs/content/configure.zcml	Thu Jan 16 08:00:41 2003
@@ -25,18 +25,6 @@
        allowed_interface="zope.publisher.interfaces.vfs.IVFSFilePublisher"
        factory="zope.app.vfs.content.zpt.ZPTPageView" />
 
-  <vfs:view
-      name=".pt"
-      for="zope.app.interfaces.container.IAdding"
-      factory="zope.app.vfs.content.zpt.ZPTPageAdd"
-      permission="zope.ManageContent" />
-
-  <vfs:view
-      name=".zpt"
-      for="zope.app.interfaces.container.IAdding"
-      factory="zope.app.vfs.content.zpt.ZPTPageAdd"
-      permission="zope.ManageContent" />
-
 <!-- Folder -->
 
   <vfs:view