[Zope3-checkins] CVS: Zope3/src/zope/app - browser.zcml:1.1
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 23:44:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv2793/src/zope/app
Added Files:
browser.zcml
Log Message:
Created this file to contain all browser package includes (not all moved here
yet). This allows us to treat the browser packages as products in their own
right. Currently many configure.zcml of the parent package include the browser
package, which makes it hard for browser to be installed seperately.
=== Added File Zope3/src/zope/app/browser.zcml ===
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<browser:defaultView name="index.html" />
<include package="zope.app.exception.browser" />
<include package="zope.app.traversing.browser" />
<include package="zope.app.component.browser" />
<include package="zope.app.container.browser" />
<include package="zope.app.event.browser" />
<include package="zope.app.registration.browser" />
<include package="zope.app.form.browser" />
<include package="zope.app.site.browser" />
</configure>
More information about the Zope3-Checkins
mailing list