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

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


Update of /cvs-repository/zopeproducts/friendlyfolder/browser
In directory cvs.zope.org:/tmp/cvs-serv19216/friendlyfolder/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/friendlyfolder/browser/configure.zcml 1.2 => 1.3 ===
--- zopeproducts/friendlyfolder/browser/configure.zcml:1.2	Tue Jun 24 09:25:07 2003
+++ zopeproducts/friendlyfolder/browser/configure.zcml	Sun Aug  3 14:35:26 2003
@@ -1,7 +1,8 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser"
    xmlns:help="http://namespaces.zope.org/help"
+   i18n_domain="friendlyfolder"
    >
 
 <!-- Case insensitive Folder View Directives -->
@@ -28,4 +29,4 @@
       name="contents.html"
       for="zopeproducts.friendlyfolder.interfaces.ICaseInsensitiveFolder" />
 -->
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list