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

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


Update of /cvs-repository/zopeproducts/zwiki/browser
In directory cvs.zope.org:/tmp/cvs-serv19216/zwiki/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/zwiki/browser/configure.zcml 1.4 => 1.5 ===
--- zopeproducts/zwiki/browser/configure.zcml:1.4	Thu Apr 10 21:37:46 2003
+++ zopeproducts/zwiki/browser/configure.zcml	Sun Aug  3 14:36:13 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="zwiki"
+   >
 
   <include package=".skin" />
 
@@ -188,4 +190,4 @@
     description="A Wiki-specific full-text index"
     />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list