[Zope3-checkins] CVS: zopeproducts/bugtracker - configure.zcml:1.7
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:31 EDT 2003
Update of /cvs-repository/zopeproducts/bugtracker
In directory cvs.zope.org:/tmp/cvs-serv19216/bugtracker
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/bugtracker/configure.zcml 1.6 => 1.7 ===
--- zopeproducts/bugtracker/configure.zcml:1.6 Mon Jul 28 20:05:39 2003
+++ zopeproducts/bugtracker/configure.zcml Sun Aug 3 14:33:57 2003
@@ -1,9 +1,11 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
xmlns:event="http://namespaces.zope.org/event"
xmlns:mail="http://namespaces.zope.org/mail"
- xmlns:translate="http://namespaces.zope.org/gts">
+ xmlns:translate="http://namespaces.zope.org/gts"
+ i18n_domain="bugtracker"
+ >
<!-- Security setup -->
@@ -333,4 +335,4 @@
<!-- Register various browser related components, including all views -->
<include package=".browser" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list