[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - configure.zcml:1.1 zmi.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:34:08 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/ZMI

Added Files:
	configure.zcml 
Removed Files:
	zmi.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Added File Zope3/lib/python/Zope/App/ZMI/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
>

  <serviceType id="ZMIViewService"
               interface=".IZMIViewService." />

  <service serviceType="ZMIViewService"
           component=".ZMIViewService.ZMIViews" />

  <browser:view name="standard_macros"
                permission="Zope.View"
                template="www/standard_macros.pt" />

  <browser:view name="ZMIUtility"
                permission="Zope.View"
                allowed_interface=".ZMIViewUtility.IZMIViewUtility"
                factory=".ZMIViewUtility." />

  <browser:resource name="zopetopBasic.css" 
                    file="www/zopetopBasic.css"/>
  <browser:resource name="zopetopWidgets.css" 
                    file="www/zopetopWidgets.css"/>
  <browser:resource name="zopetopStructure.css" 
                    file="www/zopetopStructure.css"/>

  <browser:resource name="arrowUp.gif" file="www/arrowUp.gif"/>
  
  <content class=".IGenericCreatorMarker.">
    <security:require  
        permission="Zope.ManageContent"
        interface=".IGenericCreatorMarker." />
  </content>
  
  <include package=".Views" />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/ZMI/zmi.zcml ===