[Zope3-checkins] CVS: Zope3/src/zope/app/services/translation - configure.zcml:1.7

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
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/services/translation

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/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/services/translation/configure.zcml:1.6	Wed Apr 30 10:42:38 2003
+++ Zope3/src/zope/app/services/translation/configure.zcml	Fri Aug 22 16:02:21 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser"
    xmlns:service="http://namespaces.zope.org/service"
@@ -53,4 +53,4 @@
 <gts:registerTranslations directory="./locale" />
 <gts:defaultLanguages languages="en" />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list