[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - configure.zcml:1.3

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


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

Modified 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.





=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.2 => 1.3 ===
-   xmlns='http://namespaces.zope.org/zope'
-   xmlns:zmi='http://namespaces.zope.org/zmi'
->
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
 <include package=".ServiceManager" />