[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - configure.zcml:1.2.8.1

Jim Fulton jim@zope.com
Wed, 13 Nov 2002 15:28:07 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv1396/lib/python/Zope/Publisher/HTTP

Modified Files:
      Tag: FileSystemSync-branch
	configure.zcml 
Log Message:
fixed DOS line endings

=== Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml 1.2 => 1.2.8.1 ===
--- Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml:1.2	Thu Jun 20 11:55:09 2002
+++ Zope3/lib/python/Zope/Publisher/HTTP/configure.zcml	Wed Nov 13 15:28:06 2002
@@ -1,17 +1,17 @@
-<zopeConfigure
-   xmlns='http://namespaces.zope.org/zope'
->
-
-  <content class=".HTTPRequest.">
-    <require
-        permission="Zope.View"
-        interface=".IHTTPApplicationRequest."/>
-  </content>
-
-  <content class=".HTTPRequest.URLGetter">
-    <require
-        permission="Zope.View" 
-        attributes="get __getitem__ __str__" />
-  </content>
-
-</zopeConfigure>
+<zopeConfigure
+   xmlns='http://namespaces.zope.org/zope'
+>
+
+  <content class=".HTTPRequest.">
+    <require
+        permission="Zope.View"
+        interface=".IHTTPApplicationRequest."/>
+  </content>
+
+  <content class=".HTTPRequest.URLGetter">
+    <require
+        permission="Zope.View" 
+        attributes="get __getitem__ __str__" />
+  </content>
+
+</zopeConfigure>