[Zope3-checkins] CVS: Zope3/src/zope/app/process - meta.zcml:1.3
Jim Fulton
jim@zope.com
Mon, 28 Jul 2003 18:21:53 -0400
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv30244/src/zope/app/process
Modified Files:
meta.zcml
Log Message:
Added missing attribute definitions. Attribute definitions now need
to be reasonably accurate as they are checked when directives are
executed.
=== Zope3/src/zope/app/process/meta.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/process/meta.zcml:1.2 Wed Jun 25 11:29:32 2003
+++ Zope3/src/zope/app/process/meta.zcml Mon Jul 28 18:21:19 2003
@@ -3,12 +3,13 @@
<directives namespace="http://namespaces.zope.org/startup">
<directive name="registerRequestFactory"
- attributes="name publication request"
+ attributes="name publication request factory"
handler="zope.app.process.metaconfigure.registerRequestFactory"
/>
<directive name="registerServerType"
- attributes="name publication request"
+ attributes="name publication request factory requestFactory
+ defaultPort logFactory defaultVerbose"
handler="zope.app.process.metaconfigure.registerServerType"
/>