[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService - configure.zcml:1.3.6.2

Suresh Babu Eddala sbabu@zeomega.com
Mon, 21 Oct 2002 12:43:44 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService
In directory cvs.zope.org:/tmp/cvs-serv17835/lib/python/Zope/App/OFS/Services/AuthenticationService

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	configure.zcml 
Log Message:
Implemented IAttributeAnnotatable


=== Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/configure.zcml 1.3.6.1 => 1.3.6.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/configure.zcml:1.3.6.1	Mon Oct 21 09:47:22 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/AuthenticationService/configure.zcml	Mon Oct 21 12:43:14 2002
@@ -23,6 +23,8 @@
         permission="Zope.ManageServices"
         interface="Zope.App.OFS.Container.IContainer." />
 
+    <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
+
 </content>
 
 
@@ -36,6 +38,7 @@
     <require
         permission="Zope.ManageContent"
         interface=".IUser.IWriteUser" />
+    <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
 </content>