[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - zmi-meta.zcml:1.1.2.7.2.2
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:38 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/ZMI
Modified Files:
Tag: Zope3InWonderland-branch
zmi-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/ZMI/zmi-meta.zcml 1.1.2.7.2.1 => 1.1.2.7.2.2 ===
<directive name="factoryFromClass"
- attributes="name, class, permission, title,
- description, creation_markers"
+ attributes="name class permission title
+ description creation_markers"
handler="Zope.App.ZMI.metaConfigure.ContentClassDir" />
<directive name="tabs" attributes="for"
handler="Zope.App.ZMI.TabsDirective.">
- <subdirective name="tab" attributes="label, action, label" />
+ <subdirective name="tab" attributes="label action label" />
</directive>
- <directive name="icon" attributes="for, file, package, alt, layer"
+ <directive name="icon" attributes="for file package alt layer"
handler="Zope.App.ZMI.IconDirective." />
</directives>
<!-- Zope.App.ZMI.Service -->
<directives namespace="http://namespaces.zope.org/service">
<directive name="factoryFromClass"
- attributes="name, class, permission, title, description"
+ attributes="name class permission title description"
handler="Zope.App.ZMI.metaConfigure.ServiceClassDir" />
</directives>