[Zope3-checkins] CVS: zopeproducts/xml/browser - configure.zcml:1.3

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


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

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/xml/browser/configure.zcml 1.2 => 1.3 ===
--- zopeproducts/xml/browser/configure.zcml:1.2	Sun Jun 22 20:29:33 2003
+++ zopeproducts/xml/browser/configure.zcml	Sun Aug  3 14:35:54 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='xml_product'
+   >
 
 <!-- DOM Document directives -->
 
@@ -20,4 +22,4 @@
 
 </browser:pages>
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list