[Zope3-checkins] CVS: zopeproducts/pypgsqlda - configure.zcml:1.3
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:46 EDT 2003
Update of /cvs-repository/zopeproducts/pypgsqlda
In directory cvs.zope.org:/tmp/cvs-serv19216/pypgsqlda
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/pypgsqlda/configure.zcml 1.2 => 1.3 ===
--- zopeproducts/pypgsqlda/configure.zcml:1.2 Tue Jul 29 15:35:18 2003
+++ zopeproducts/pypgsqlda/configure.zcml Sun Aug 3 14:35:41 2003
@@ -1,7 +1,8 @@
-<zopeConfigure
+<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:browser='http://namespaces.zope.org/browser'
->
+ i18n_domain='pypgsqlda'
+ >
<content class=".adapter.pypgsqlAdapter">
<implements interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
@@ -26,4 +27,5 @@
for="zope.app.interfaces.container.IAdding"
title="pypgsql DA" action="zopeproducts.pypgsqlda"
description="A PostgreSQL Database Adapter using the pypgsql driver"/>
- </zopeConfigure>
+
+</configure>
More information about the Zope3-Checkins
mailing list