[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/Browser - browser-meta.zcml:1.1.2.1

Jim Fulton jim@zope.com
Tue, 12 Feb 2002 19:50:24 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv15498/Zope/Publisher/Browser

Added Files:
      Tag: Zope-3x-branch
	browser-meta.zcml 
Log Message:
decomposed zope configuration into separate package configs

=== Added File Zope3/lib/python/Zope/Publisher/Browser/browser-meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
  
  <!-- Zope.Publisher.Browser -->
  <directives namespace="http://namespaces.zope.org/browser">
    <directive name="view" attributes="component, name, for"
       handler="Zope.Publisher.Browser.metaConfigure.view" />
    <directive name="defaultView" attributes="component, name, for"
       handler="Zope.Publisher.Browser.metaConfigure.defaultView" />
    <directive name="skin" attributes="name, layers" 
        handler="Zope.Publisher.Browser.metaConfigure.skin" />
  </directives>

</zopeConfigure>