[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching - configure.zcml:1.3

Marius Gedminas mgedmin@codeworks.lt
Fri, 4 Oct 2002 11:17:48 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching
In directory cvs.zope.org:/tmp/cvs-serv13497

Modified Files:
	configure.zcml 
Log Message:
Added service directive

=== Zope3/lib/python/Zope/App/Caching/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/Caching/configure.zcml:1.2	Thu Oct  3 07:52:25 2002
+++ Zope3/lib/python/Zope/App/Caching/configure.zcml	Fri Oct  4 11:17:47 2002
@@ -4,6 +4,8 @@
    package="Zope.App.Caching"
 >
 
+  <serviceType id="Caching" interface=".ICachingService." />
+
   <adapter factory=".AnnotationCacheable."
            provides=".ICacheable."
            for="Zope.App.OFS.Annotation.IAnnotatable." />