[Zope3-checkins]
CVS: Zope3/src/zope/app/services/translation/xmlrpc
- configure.zcml:1.6
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:52 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/translation/xmlrpc
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/services/translation/xmlrpc
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/translation/xmlrpc/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/services/translation/xmlrpc/configure.zcml:1.5 Mon Aug 4 19:19:17 2003
+++ Zope3/src/zope/app/services/translation/xmlrpc/configure.zcml Fri Aug 22 16:02:21 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
>
@@ -17,4 +17,4 @@
for="zope.i18n.interfaces.ITranslationService" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list