[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests - sample.zcml:1.2

Martijn Faassen m.faassen at vet.uu.nl
Fri Aug 22 17:02:54 EDT 2003


Update of /cvs-repository/Zope3/src/zope/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/configuration/tests

Modified Files:
	sample.zcml 
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as 
zopeConfigure is deprecated and hampers ZCML schema efforts.


=== Zope3/src/zope/configuration/tests/sample.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/sample.zcml:1.1	Mon Jul 28 18:22:47 2003
+++ Zope3/src/zope/configuration/tests/sample.zcml	Fri Aug 22 16:02:23 2003
@@ -1,7 +1,7 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<configure xmlns='http://namespaces.zope.org/zope'>
   <!-- zope.configure -->
   <directives namespace="http://namespaces.zope.org/zope">
     <directive name="hook" attributes="name implementation module"
        handler="zope.configuration.metaconfigure.hook" />
   </directives>
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list