[Zope3-checkins] CVS: zopeproducts/xml/dom - configure.zcml:1.3
core.zcml:1.2
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 15:36:31 EDT 2003
Update of /cvs-repository/zopeproducts/xml/dom
In directory cvs.zope.org:/tmp/cvs-serv19216/xml/dom
Modified Files:
configure.zcml core.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/dom/configure.zcml 1.2 => 1.3 ===
--- zopeproducts/xml/dom/configure.zcml:1.2 Mon Jun 23 01:02:26 2003
+++ zopeproducts/xml/dom/configure.zcml Sun Aug 3 14:35:57 2003
@@ -1,4 +1,7 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ i18n_domain='xml_product'
+ >
<include file="core.zcml" />
@@ -14,4 +17,4 @@
provides="zopeproducts.xml.interfaces.dom.core.IDocument"
for="zope.app.interfaces.xml.source.IXMLText" />
-</zopeConfigure>
+</configure>
=== zopeproducts/xml/dom/core.zcml 1.1 => 1.2 ===
--- zopeproducts/xml/dom/core.zcml:1.1 Sun Jun 22 20:10:46 2003
+++ zopeproducts/xml/dom/core.zcml Sun Aug 3 14:35:57 2003
@@ -1,4 +1,6 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ >
<class class=".core.DOMImplementation">
<require
@@ -72,4 +74,4 @@
attributes="get __getitem__ has_key items keys values" />
</class>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list