[Zope3-checkins] CVS: Zope3/src/zope/app/http/exception -
configure.zcml:1.4
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:45 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/http/exception
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/http/exception
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/http/exception/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/http/exception/configure.zcml:1.3 Mon Jun 23 13:17:05 2003
+++ Zope3/src/zope/app/http/exception/configure.zcml Fri Aug 22 16:02:14 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
+<configure xmlns="http://namespaces.zope.org/zope">
<defaultView
for="zope.exceptions.IUnauthorized"
@@ -16,4 +16,4 @@
factory=".notfound.NotFound"
/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list