[Zope3-checkins] CVS: Zope3/src/zope/app/dublincore -
configure.zcml:1.5
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 16:09:00 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/dublincore
In directory cvs.zope.org:/tmp/cvs-serv25485/src/zope/app/dublincore
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/dublincore/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/dublincore/configure.zcml:1.4 Tue May 27 08:56:24 2003
+++ Zope3/src/zope/app/dublincore/configure.zcml Sun Aug 3 15:08:24 2003
@@ -1,7 +1,8 @@
-<zopeConfigure
+<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:event="http://namespaces.zope.org/event"
->
+ i18n_domain="zope"
+ >
<adapter
factory=".annotatableadapter.ZDCAnnotatableAdapter"
@@ -31,4 +32,4 @@
zope.app.interfaces.event.IObjectCreatedEvent"
/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list