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

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 16:09:19 EDT 2003


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

Modified Files:
	configure.zcml 
Log Message:
Went through the directives that Stephan converted and declared titles
and descriptions as MessageIDs. This required set of ZCML files and tests
to be updated.


=== Zope3/src/zope/app/cache/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/cache/configure.zcml:1.3	Thu Dec 26 17:11:53 2002
+++ Zope3/src/zope/app/cache/configure.zcml	Sun Aug  3 15:08:14 2003
@@ -1,9 +1,10 @@
-<zopeConfigure
+<configure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:browser='http://namespaces.zope.org/browser'
    xmlns:event='http://namespaces.zope.org/event'
    package="zope.app.cache"
->
+   i18n_domain="zope"
+   >
 
   <serviceType id="Caching"
                interface="zope.app.interfaces.cache.cache.ICachingService" 
@@ -26,4 +27,4 @@
         />
   </content>
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list