[Zope3-checkins] CVS: zopeproducts/z3checkins - configure.zcml:1.9
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:42 EDT 2003
Update of /cvs-repository/zopeproducts/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv19216/z3checkins
Modified Files:
configure.zcml
Log Message:
Fixed up products according to changed made in Zope3 core:
Added i18n_domain attribute to configure files as this is required now
for many view and browser page directives.
=== zopeproducts/z3checkins/configure.zcml 1.8 => 1.9 ===
--- zopeproducts/z3checkins/configure.zcml:1.8 Fri Aug 1 05:43:16 2003
+++ zopeproducts/z3checkins/configure.zcml Sun Aug 3 14:36:08 2003
@@ -1,5 +1,8 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope"
- xmlns:browser="http://namespaces.zope.org/browser">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:browser="http://namespaces.zope.org/browser"
+ i18n_domain='z3checkins'
+ >
<!-- CheckinMessage content object -->
@@ -181,4 +184,4 @@
<browser:resource name="product.png" file="product.png" />
<browser:resource name="branch.png" file="branch.png" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list