[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views - configure.zcml:1.1

Jim Fulton jim@zope.com
Thu, 20 Jun 2002 16:00:21 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views
In directory cvs.zope.org:/tmp/cvs-serv19918/lib/python/Zope/App/OFS/Container/Views

Added Files:
	configure.zcml 
Log Message:

Gary and Jim implemented most of:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/AddMenuProposalAndEndOfZmiNamespace

A lot of clean up is needed, including:

- Implementation additional add menus, for example for services.

- Ripping out old unused implementation.





=== Added File Zope3/lib/python/Zope/App/OFS/Container/Views/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
>

  <include package=".Browser" />
                       
</zopeConfigure>