[Zope3-checkins] CVS: Zope3/src/zope/app/component - configure.zcml:1.8

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 16:08:51 EDT 2003


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

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/component/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/component/configure.zcml:1.7	Fri May 23 13:52:33 2003
+++ Zope3/src/zope/app/component/configure.zcml	Sun Aug  3 15:08:16 2003
@@ -1,7 +1,8 @@
-<zopeConfigure
+<configure
    xmlns='http://namespaces.zope.org/zope'
    package="zope.component"
->
+   i18n_domain="zope"
+   >
 
 <serviceType id='Utilities'
              interface='zope.component.interfaces.IUtilityService' />
@@ -58,6 +59,6 @@
 
 <interface interface="zope.interface.Interface" />
 
-</zopeConfigure>
+</configure>
 
 




More information about the Zope3-Checkins mailing list