[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl - application-control-meta.zcml:1.1.2.2

Christian Theune ct@gocept.com
Thu, 18 Apr 2002 16:03:43 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl
In directory cvs.zope.org:/tmp/cvs-serv31265/lib/python/Zope/App/OFS/ApplicationControl

Modified Files:
      Tag: Zope-3x-branch
	application-control-meta.zcml 
Log Message:
- Removed the StubServerControl

- Added the ServerControl which implements a full server control (without the actual
    shutdown/restarting capabilities, as those are factored out to hookable methods,
    and we need to discuss how the shutdown will happen exactly - some asyncore rewriting
    is planned AFAIK)

- updated unit tests



=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/application-control-meta.zcml 1.1.2.1 => 1.1.2.2 ===
   </directives>
 
+ <include package=".ServerControl" file="server-control-meta.zcml" />
 </zopeConfigure>