[Zope3-checkins] CVS: zopeproducts/psycopgda - configure.zcml:1.5

Philipp von Weitershausen philikon at philikon.de
Sun Aug 3 15:36:44 EDT 2003


Update of /cvs-repository/zopeproducts/psycopgda
In directory cvs.zope.org:/tmp/cvs-serv19216/psycopgda

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/psycopgda/configure.zcml 1.4 => 1.5 ===
--- zopeproducts/psycopgda/configure.zcml:1.4	Tue Jul 29 14:36:15 2003
+++ zopeproducts/psycopgda/configure.zcml	Sun Aug  3 14:35:40 2003
@@ -1,6 +1,8 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
-   xmlns:browser="http://namespaces.zope.org/browser">
+   xmlns:browser="http://namespaces.zope.org/browser"
+   i18n_domain='psycopgda'
+   >
 
   <content class=".adapter.PsycopgAdapter">
     <factory
@@ -52,4 +54,4 @@
 	action="zopeproducts.psycopgda"
         />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list