[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/CachingService - configure.zcml:1.1.6.1
Suresh Babu Eddala
sbabu@zeomega.com
Mon, 21 Oct 2002 12:43:45 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/CachingService
In directory cvs.zope.org:/tmp/cvs-serv17835/lib/python/Zope/App/OFS/Services/CachingService
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
configure.zcml
Log Message:
Implemented IAttributeAnnotatable
=== Zope3/lib/python/Zope/App/OFS/Services/CachingService/configure.zcml 1.1 => 1.1.6.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/CachingService/configure.zcml:1.1 Thu Oct 3 07:56:33 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/CachingService/configure.zcml Mon Oct 21 12:43:14 2002
@@ -9,6 +9,7 @@
<require
permission="Zope.ManageServices"
interface="Zope.App.OFS.Container.IContainer." />
+ <implements interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
</content>
<include package=".Views" />