[Zope3-checkins] CVS: Zope3/src/zope/app/publisher - http.zcml:1.1.2.2

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 07:51:42 -0500


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

Modified Files:
      Tag: NameGeddon-branch
	http.zcml 
Log Message:
Searched for and changed over 1200 references to Zope.something.

Most of these were either comments, doc strings, or permission ids.

Many were imports or ids in zcml.  (much zcml fixup is still needed.



=== Zope3/src/zope/app/publisher/http.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/publisher/http.zcml:1.1.2.1	Mon Dec 23 14:32:01 2002
+++ Zope3/src/zope/app/publisher/http.zcml	Tue Dec 24 07:51:11 2002
@@ -1,17 +1,17 @@
 <zopeConfigure
    xmlns='http://namespaces.zope.org/zope'
-   package="Zope.Publisher.HTTP"
+   package="zope.publisher.http"
 >
 
   <content class="zope.publisher.http.HTTPRequest">
     <require
-        permission="Zope.View"
+        permission="zope.View"
         interface="zope.publisher.interfaces.http.IHTTPApplicationRequest"/>
   </content>
 
   <content class="zope.publisher.http.URLGetter">
     <require
-        permission="Zope.View" 
+        permission="zope.View" 
         attributes="get __getitem__ __str__" />
   </content>