[Zope3-checkins] CVS: Zope3/src/zope/app/publisher - configure.zcml:1.6 http.zcml:1.4

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

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


=== Zope3/src/zope/app/publisher/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/publisher/configure.zcml:1.5	Fri Aug 15 20:43:44 2003
+++ Zope3/src/zope/app/publisher/configure.zcml	Fri Aug 22 16:02:19 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope' >
+<configure xmlns='http://namespaces.zope.org/zope' >
   <include package=".browser" />
   <include file="http.zcml" />
 
@@ -6,4 +6,4 @@
      interface="zope.publisher.interfaces.xmlrpc.IXMLRPCPresentation"
      />
 
-</zopeConfigure>
+</configure>


=== Zope3/src/zope/app/publisher/http.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/publisher/http.zcml:1.3	Thu Jul 31 23:11:07 2003
+++ Zope3/src/zope/app/publisher/http.zcml	Fri Aug 22 16:02:19 2003
@@ -1,4 +1,4 @@
-<zopeConfigure
+<configure
    xmlns="http://namespaces.zope.org/zope"
    package="zope.publisher.http">
 
@@ -14,4 +14,4 @@
         attributes="get __getitem__ __str__" />
   </content>
 
-</zopeConfigure>
+</configure>




More information about the Zope3-Checkins mailing list