[Zope-Checkins] CVS: Zope3/lib/python/Zope - zope.zcml:1.1.2.10.8.1
Jim Fulton
jim@zope.com
Thu, 30 May 2002 14:27:26 -0400
Update of /cvs-repository/Zope3/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv20275/lib/python/Zope
Modified Files:
Tag: Zope3InWonderland-branch
zope.zcml
Log Message:
Implemented browser:page directives for browser:view, browser:resource.
Implemented security assertions in view and resource directives.
Changed defaultView so you can omit a factory, which just sets the
default view name without defining a view.
Moved Browser and ComponentArchitecture directive support to App,
because of all of the dependencies on other packages.
=== Zope3/lib/python/Zope/zope.zcml 1.1.2.10 => 1.1.2.10.8.1 ===
<!-- Standard configuration directives -->
<include package=".Configuration" file="configuration-meta.zcml" />
-<include package=".ComponentArchitecture" file="component-meta.zcml" />
<include package=".App" file="app-meta.zcml" />
<include package=".Publisher" file="publisher-meta.zcml" />
<include package=".Event" file="event-meta.zcml" />
@@ -28,7 +27,6 @@
title="Manage Application" />
<!-- Configuration -->
-<include package=".ComponentArchitecture" file="component.zcml" />
<include package=".App" file="app.zcml" />
<include package=".I18n" file="i18n.zcml" />
<include package=".Publisher" file="publisher.zcml" />