[Zope3-checkins] CVS: zopeproducts/xml - configure.zcml:1.5
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:25 EDT 2003
Update of /cvs-repository/zopeproducts/xml
In directory cvs.zope.org:/tmp/cvs-serv19216/xml
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/xml/configure.zcml 1.4 => 1.5 ===
--- zopeproducts/xml/configure.zcml:1.4 Wed Jul 23 19:53:07 2003
+++ zopeproducts/xml/configure.zcml Sun Aug 3 14:35:51 2003
@@ -1,4 +1,7 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ i18n_domain='xml_product'
+ >
<!-- include sub-packages -->
@@ -42,4 +45,4 @@
<!-- remove the comments to enable the XSLT Examples package -->
<!-- <include package=".xslt.examples" /> -->
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list