[Zope3-checkins] CVS: Zope3/src/zope/app/services/pluggableauth -
configure.zcml:1.5
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:51 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/services/pluggableauth
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/services/pluggableauth/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/services/pluggableauth/configure.zcml:1.4 Thu Jul 17 10:46:28 2003
+++ Zope3/src/zope/app/services/pluggableauth/configure.zcml Fri Aug 22 16:02:20 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope"
+<configure xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<content class=".PluggableAuthenticationService">
@@ -66,4 +66,4 @@
permission="zope.Public"
/> <!-- XXX why do we need a permission? -->
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list