[Zope3-checkins] CVS: zopeproducts/friendlyfolder -
configure.zcml:1.3
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:28 EDT 2003
Update of /cvs-repository/zopeproducts/friendlyfolder
In directory cvs.zope.org:/tmp/cvs-serv19216/friendlyfolder
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/configure.zcml 1.2 => 1.3 ===
--- zopeproducts/friendlyfolder/configure.zcml:1.2 Tue Jun 24 09:25:06 2003
+++ zopeproducts/friendlyfolder/configure.zcml Sun Aug 3 14:35:23 2003
@@ -1,4 +1,7 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ i18n_domain="friendlyfolder"
+ >
<factory
id="CaseInsensitiveFolder"
@@ -6,7 +9,6 @@
component=".caseInsensitiveFolderFactory"
/>
+ <include package=".browser"/>
-<include package=".browser"/>
-
-</zopeConfigure>
\ No newline at end of file
+</configure>
\ No newline at end of file
More information about the Zope3-Checkins
mailing list