[Zope-Checkins] CVS: Zope3/lib/python/Zope - zope.zcml:1.1.2.3
Jim Fulton
jim@zope.com
Sun, 24 Mar 2002 16:59:01 -0500
Update of /cvs-repository/Zope3/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv1200/Zope
Modified Files:
Tag: Zope-3x-branch
zope.zcml
Log Message:
Added configuration to configure the view service, so that you can
call getService(ob. 'Views') to get the view service.
=== Zope3/lib/python/Zope/zope.zcml 1.1.2.2 => 1.1.2.3 ===
<include package="Zope.App" file="app.zcml" />
<include package="Zope.I18n" file="i18n.zcml" />
+<include package="Zope.ComponentArchitecture" file="component.zcml" />
+
</zopeConfigure>