[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS - configure.zcml:1.3
Jim Fulton
jim@zope.com
Thu, 20 Jun 2002 16:00:50 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS
In directory cvs.zope.org:/tmp/cvs-serv19918/lib/python/Zope/App/OFS
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/configure.zcml 1.2 => 1.3 ===
-<include package=".Services" />
+<include package=".Container" />
<include package=".Content" />
+<include package=".Services" />
<include package=".ApplicationControl" />
<include package=".Introspector" />
<include package=".Annotation" />
-<include package=".Container" />
</zopeConfigure>