[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/CachingService - configure.zcml:1.2
Jim Fulton
jim@zope.com
Sat, 30 Nov 2002 13:37:08 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/CachingService
In directory cvs.zope.org:/tmp/cvs-serv11877/lib/python/Zope/App/OFS/Services/CachingService
Modified Files:
configure.zcml
Log Message:
Made local services attribute annotatable so we can track dependencies.
=== Zope3/lib/python/Zope/App/OFS/Services/CachingService/configure.zcml 1.1 => 1.2 ===
--- 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 Sat Nov 30 13:36:38 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" />