[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Introspector - configure.zcml:1.1 introspector.zcml:NONE

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


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

Added Files:
	configure.zcml 
Removed Files:
	introspector.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/OFS/Introspector/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'>

  <security:permission
     id="Zope.App.OFS.Introspector.View" 
     title="View Component Description" />

  <browser:view
    name="api"
     permission="Zope.View"
    factory="Zope.App.OFS.Introspector.
             Zope.App.OFS.Introspector.Views.Browser.IntrospectorView." />

  <adapter
      factory="Zope.App.OFS.Introspector."
      permission="Zope.View"
      provides="Zope.App.OFS.Introspector.IIntrospector." />

</zopeConfigure>


=== Removed File Zope3/lib/python/Zope/App/OFS/Introspector/introspector.zcml ===