[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - browser-meta.zcml:1.1.2.2
Steve Alexander
steve@cat-box.net
Sat, 23 Feb 2002 07:12:56 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv28001
Modified Files:
Tag: Zope-3x-branch
browser-meta.zcml
Log Message:
Updated "component" attribute to be "factory"
=== Zope3/lib/python/Zope/Publisher/Browser/browser-meta.zcml 1.1.2.1 => 1.1.2.2 ===
<!-- Zope.Publisher.Browser -->
<directives namespace="http://namespaces.zope.org/browser">
- <directive name="view" attributes="component, name, for"
+ <directive name="view" attributes="factory, name, for"
handler="Zope.Publisher.Browser.metaConfigure.view" />
- <directive name="defaultView" attributes="component, name, for"
+ <directive name="defaultView" attributes="factory, name, for"
handler="Zope.Publisher.Browser.metaConfigure.defaultView" />
<directive name="skin" attributes="name, layers"
handler="Zope.Publisher.Browser.metaConfigure.skin" />