[Zope3-checkins] CVS: Zope3/src/zope/app/index/text -
configure.zcml:1.11
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:48 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/index/text
Modified Files:
configure.zcml
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as
zopeConfigure is deprecated and hampers ZCML schema efforts.
=== Zope3/src/zope/app/index/text/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/index/text/configure.zcml:1.10 Tue Aug 5 07:34:54 2003
+++ Zope3/src/zope/app/index/text/configure.zcml Fri Aug 22 16:02:17 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope">
<content class="zope.app.index.text.index.TextIndex">
@@ -49,4 +49,4 @@
for="zope.index.interfaces.IQuerying"
/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list