[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl - server-control-meta.zcml:1.1.2.1.8.2

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:30 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	server-control-meta.zcml 
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.


=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/server-control-meta.zcml 1.1.2.1.8.1 => 1.1.2.1.8.2 ===
   <directives namespace="http://namespaces.zope.org/server-control">
     <directive name="registerShutdownHook"
-               attributes="call, priority, name"
+               attributes="call priority name"
                handler=".metaConfigure.registerShutdownHook" />
   </directives>