[Zope-Checkins] CVS: Zope3/lib/python/Zope/App - app-meta.zcml:1.1.2.3.10.2 app.zcml:1.1.2.5.18.1
Jim Fulton
jim@zope.com
Thu, 30 May 2002 14:27:27 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv20275/lib/python/Zope/App
Modified Files:
Tag: Zope3InWonderland-branch
app-meta.zcml app.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/App/app-meta.zcml 1.1.2.3.10.1 => 1.1.2.3.10.2 ===
xmlns:browser='http://namespaces.zope.org/browser'
>
+
+<include package=".ComponentArchitecture" file="component-meta.zcml" />
<include package=".ZMI" file="zmi-meta.zcml" />
<include package=".Security" file="security-meta.zcml" />
<include package=".OFS" file="ofs-meta.zcml" />
=== Zope3/lib/python/Zope/App/app.zcml 1.1.2.5 => 1.1.2.5.18.1 ===
>
-
+ <include package=".ComponentArchitecture" file="component.zcml" />
<include package=".ZMI" file="zmi.zcml" />
<include package=".Formulator" file="formulator.zcml" />
<include package=".OFS" file="ofs.zcml" />