[Zope3-checkins] CVS: Zope3/src/zope/app/schemacontent - configure.zcml:1.4

Nathan Yergler nathan at yergler.net
Tue Mar 23 11:37:54 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


Removed crufty imports, declarations about IAddNotified and IRemoveNotified 
interfaces.


=== Zope3/src/zope/app/schemacontent/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/schemacontent/configure.zcml:1.3	Sat Mar 13 18:01:06 2004
+++ Zope3/src/zope/app/schemacontent/configure.zcml	Tue Mar 23 11:37:21 2004
@@ -27,9 +27,7 @@
   <content class=".content.ContentComponentDefinitionRegistration">
     <require
       permission="zope.ManageServices"
-      interface="zope.app.utility.interfaces.IUtilityRegistration
-                 zope.app.container.interfaces.IAddNotifiable
-                 zope.app.container.interfaces.IRemoveNotifiable"
+      interface="zope.app.utility.interfaces.IUtilityRegistration"
       set_schema="zope.app.utility.interfaces.IUtilityRegistration"
       />
   </content>




More information about the Zope3-Checkins mailing list