[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/browser - configure.zcml:1.9

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


Update of /cvs-repository/Zope3/src/zope/app/publisher/browser
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/app/publisher/browser

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/publisher/browser/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/publisher/browser/configure.zcml:1.8	Fri Aug 15 20:43:46 2003
+++ Zope3/src/zope/app/publisher/browser/configure.zcml	Fri Aug 22 16:02:19 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser">
 
@@ -65,4 +65,4 @@
     allowed_interface="zope.publisher.interfaces.browser.IBrowserPublisher"
     />
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list