[Zope3-checkins] CVS: Zope3/lib/python/Zope/StartUp - configure.zcml:1.2
Jim Fulton
jim@zope.com
Wed, 13 Nov 2002 15:38:28 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/StartUp
In directory cvs.zope.org:/tmp/cvs-serv3011/lib/python/Zope/StartUp
Modified Files:
configure.zcml
Log Message:
fixed DOS line endings
=== Zope3/lib/python/Zope/StartUp/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/StartUp/configure.zcml:1.1 Mon Jun 17 15:34:12 2002
+++ Zope3/lib/python/Zope/StartUp/configure.zcml Wed Nov 13 15:38:28 2002
@@ -1,54 +1,54 @@
-<zopeConfigure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:startup="http://namespaces.zope.org/startup">
-
-
- <startup:registerRequestFactory name="BrowserRequestFactory"
- publication =
- "Zope.App.ZopePublication.Browser.Publication.BrowserPublication"
- request = "Zope.Publisher.Browser.BrowserRequest."
- />
-
-
- <startup:registerRequestFactory name="XMLRPCRequestFactory"
- publication =
- "Zope.App.ZopePublication.XMLRPC.Publication.XMLRPCPublication"
- request = "Zope.Publisher.XMLRPC.XMLRPCRequest."
- />
-
-
- <startup:registerRequestFactory name="VFSRequestFactory"
- publication =
- "Zope.App.ZopePublication.VFS.Publication.VFSPublication"
- request = "Zope.Publisher.VFS.VFSRequest."
- />
-
-
- <startup:registerServerType
- name = "Browser"
- factory = "Zope.Server.HTTP.PublisherHTTPServer."
- requestFactory="BrowserRequestFactory"
- logFactory = "Zope.Server.HTTP.CommonHitLogger."
- defaultPort="8080"
- defaultVerbose="true" />
-
-
- <startup:registerServerType
- name = "XML-RPC"
- factory = "Zope.Server.HTTP.PublisherHTTPServer."
- requestFactory="XMLRPCRequestFactory"
- logFactory = "Zope.Server.HTTP.CommonHitLogger."
- defaultPort="8081"
- defaultVerbose="true" />
-
-
- <startup:registerServerType
- name = "FTP"
- factory = "Zope.Server.FTP.PublisherFTPServer."
- requestFactory="VFSRequestFactory"
- logFactory = "Zope.Server.FTP.CommonFTPActivityLogger."
- defaultPort="8021"
- defaultVerbose="true" />
-
-
-</zopeConfigure>
+<zopeConfigure
+ xmlns="http://namespaces.zope.org/zope"
+ xmlns:startup="http://namespaces.zope.org/startup">
+
+
+ <startup:registerRequestFactory name="BrowserRequestFactory"
+ publication =
+ "Zope.App.ZopePublication.Browser.Publication.BrowserPublication"
+ request = "Zope.Publisher.Browser.BrowserRequest."
+ />
+
+
+ <startup:registerRequestFactory name="XMLRPCRequestFactory"
+ publication =
+ "Zope.App.ZopePublication.XMLRPC.Publication.XMLRPCPublication"
+ request = "Zope.Publisher.XMLRPC.XMLRPCRequest."
+ />
+
+
+ <startup:registerRequestFactory name="VFSRequestFactory"
+ publication =
+ "Zope.App.ZopePublication.VFS.Publication.VFSPublication"
+ request = "Zope.Publisher.VFS.VFSRequest."
+ />
+
+
+ <startup:registerServerType
+ name = "Browser"
+ factory = "Zope.Server.HTTP.PublisherHTTPServer."
+ requestFactory="BrowserRequestFactory"
+ logFactory = "Zope.Server.HTTP.CommonHitLogger."
+ defaultPort="8080"
+ defaultVerbose="true" />
+
+
+ <startup:registerServerType
+ name = "XML-RPC"
+ factory = "Zope.Server.HTTP.PublisherHTTPServer."
+ requestFactory="XMLRPCRequestFactory"
+ logFactory = "Zope.Server.HTTP.CommonHitLogger."
+ defaultPort="8081"
+ defaultVerbose="true" />
+
+
+ <startup:registerServerType
+ name = "FTP"
+ factory = "Zope.Server.FTP.PublisherFTPServer."
+ requestFactory="VFSRequestFactory"
+ logFactory = "Zope.Server.FTP.CommonFTPActivityLogger."
+ defaultPort="8021"
+ defaultVerbose="true" />
+
+
+</zopeConfigure>