[Zope3-checkins] CVS: Zope3/src/zope/app/container - configure.zcml:1.20

Jim Fulton cvs-admin at zope.org
Wed Dec 3 00:41:13 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv19172/src/zope/app/container

Modified Files:
	configure.zcml 
Log Message:
Added security declarations for ItemTypePrecondition .


=== Zope3/src/zope/app/container/configure.zcml 1.19 => 1.20 ===
--- Zope3/src/zope/app/container/configure.zcml:1.19	Sun Sep 21 13:31:29 2003
+++ Zope3/src/zope/app/container/configure.zcml	Wed Dec  3 00:41:12 2003
@@ -49,4 +49,8 @@
       event_types="zope.app.interfaces.container.IObjectRemovedEvent"
       />
 
+  <content class=".constraints.ItemTypePrecondition">
+    <allow interface=".constraints.IItemTypePrecondition" />
+  </content>
+
 </configure>




More information about the Zope3-Checkins mailing list