[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate -
configure.zcml:1.5
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:49 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/pagetemplate
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/pagetemplate
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/pagetemplate/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/pagetemplate/configure.zcml:1.4 Tue May 20 16:26:25 2003
+++ Zope3/src/zope/app/pagetemplate/configure.zcml Fri Aug 22 16:02:18 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'
+<configure xmlns='http://namespaces.zope.org/zope'
xmlns:tales='http://namespaces.zope.org/tales'>
<content class=".viewpagetemplatefile.BoundPageTemplate">
@@ -20,4 +20,4 @@
<allow interface="zope.tales.interfaces.ITALESIterator" />
</content>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list