[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser - configure.zcml:1.1 browser.zcml:NONE
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 15:34:06 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
Added Files:
configure.zcml
Removed Files:
browser.zcml
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.
=== Added File Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/configure.zcml ===
<zopeConfigure
xmlns='http://namespaces.zope.org/zope'
xmlns:security='http://namespaces.zope.org/security'
xmlns:zmi='http://namespaces.zope.org/zmi'
xmlns:browser='http://namespaces.zope.org/browser'
>
<browser:defaultView
for="Zope.App.OFS.Services.ServiceManager.IServiceManager."
name="index.html"
/>
<browser:view
for="Zope.App.OFS.Services.ServiceManager.IServiceManager."
permission="Zope.ManageServices"
factory=".Contents."
>
<browser:page name="index.html"
attribute="index"
/>
<browser:page name="addServiceManager.html"
attribute="addServiceManager"
/>
</browser:view>
<browser:view
permission="Zope.ManageServices"
for="Zope.App.OFS.Services.ServiceManager.IServiceManager."
factory=".Adder.">
<browser:page name="addForm.html"
attribute="index"
/>
<browser:page name="add.html"
attribute="action"
/>
</browser:view>
<browser:view
permission="Zope.ManageServices"
for="Zope.App.OFS.Services.ServiceManager.IServiceManager."
factory=".Bindings." >
<browser:page name="bindings.html"
attribute="index"
/>
<browser:page name="changeBindings.html"
attribute="action"
/>
</browser:view>
<zmi:tabs
for="Zope.App.OFS.Services.ServiceManager.ServiceManager.IServiceManager.">
<zmi:tab label="Contents" action="@@index.html"/>
<zmi:tab label="Bindings" action="@@bindings.html"/>
</zmi:tabs>
</zopeConfigure>
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/browser.zcml ===