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

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


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

Added Files:
	configure.zcml 
Removed Files:
	zopepublication.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/ZopePublication/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:browser='http://namespaces.zope.org/browser'
   xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
>

<browser:view name="_traverse" 
 for="Interface.Interface"
 factory="Zope.App.ZopePublication.Traversers.SimpleComponentTraverser" />

<browser:view name="_traverse" 
 for="Zope.App.OFS.Content.IFileContent."
 factory="Zope.App.ZopePublication.Traversers.FileContentTraverser" />

  <xmlrpc:view name="_traverse" 
   for="Interface.Interface"
   factory=".Traversers.SimpleComponentTraverser." />

<include package=".TraversalViews" />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/ZopePublication/zopepublication.zcml ===