[Zope3-checkins] CVS: zopeproducts/sqlauth - configure.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:19 EDT 2003
Update of /cvs-repository/zopeproducts/sqlauth
In directory cvs.zope.org:/tmp/cvs-serv19216/sqlauth
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/sqlauth/configure.zcml 1.1 => 1.2 ===
--- zopeproducts/sqlauth/configure.zcml:1.1 Fri Jul 18 09:31:13 2003
+++ zopeproducts/sqlauth/configure.zcml Sun Aug 3 14:35:44 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="sqlauth"
+ >
<content class=".SQLPrincipalSource">
<factory
@@ -65,4 +68,4 @@
permission="zope.ManageServices"
/>
-</zopeConfigure>
\ No newline at end of file
+</configure>
\ No newline at end of file
More information about the Zope3-Checkins
mailing list