[Zope3-checkins] CVS: Zope3/src/zope/products/securitypolicy -
browser.zcml:1.3
Anthony Baxter
anthony at interlink.com.au
Mon Feb 9 00:35:53 EST 2004
Update of /cvs-repository/Zope3/src/zope/products/securitypolicy
In directory cvs.zope.org:/tmp/cvs-serv23525/products/securitypolicy
Modified Files:
browser.zcml
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.
Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.
=== Zope3/src/zope/products/securitypolicy/browser.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/products/securitypolicy/browser.zcml:1.2 Wed Jan 14 17:55:32 2004
+++ Zope3/src/zope/products/securitypolicy/browser.zcml Mon Feb 9 00:35:23 2004
@@ -4,12 +4,6 @@
<!-- Role Service -->
- <menuItem
- menu="add_service"
- for="zope.app.interfaces.container.IAdding"
- action="RoleService"
- title="Role Service" />
-
<icon
name="zmi_icon"
for=".role.ILocalRoleService"
More information about the Zope3-Checkins
mailing list