[Zope-Checkins] CVS: Zope3/lib/python/Zope/StartUp - meta.zcml:1.1 startup-meta.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 14:31:31 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/StartUp
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/StartUp

Added Files:
	meta.zcml 
Removed Files:
	startup-meta.zcml 
Log Message:
changed package-meta.zcml to meta.zcml


=== Added File Zope3/lib/python/Zope/StartUp/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

  <directives namespace="http://namespaces.zope.org/startup">

    <directive name="defineSite"
               attributes="name threads"
               handler="Zope.StartUp.metaConfigure.defineSite">

      <subdirective name="useFileStorage"
                    attributes="file" />

      <subdirective name="useMappingStorage" />

      <subdirective name="useLog" attributes="file" />

      <subdirective name="addServer"
                    attributes="type port verbose logClass" />

    </directive>

    <directive name="registerRequestFactory"
               attributes="name publication request"
               handler="Zope.StartUp.metaConfigure.registerRequestFactory" />

    <directive name="registerServerType"
               attributes="name publication request"
               handler="Zope.StartUp.metaConfigure.registerServerType" />

  </directives>

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/StartUp/startup-meta.zcml ===