[Zope3-checkins] CVS: zopeproducts/lucenetextindex -
configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:36 EDT 2003
Update of /cvs-repository/zopeproducts/lucenetextindex
In directory cvs.zope.org:/tmp/cvs-serv19216/lucenetextindex
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/lucenetextindex/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/lucenetextindex/configure.zcml:1.1 Tue Jul 29 09:03:53 2003
+++ zopeproducts/lucenetextindex/configure.zcml Sun Aug 3 14:35:30 2003
@@ -1,4 +1,7 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ i18n_domain="lucenetextindex"
+ >
<content class="zopeproducts.lucenetextindex.index.LuceneTextIndex">
@@ -23,4 +26,4 @@
<include package=".browser"/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list