[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService - configure.zcml:1.1 role-service.zcml:NONE
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 15:34:04 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/OFS/Services/RoleService
Added Files:
configure.zcml
Removed Files:
role-service.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/RoleService/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'
xmlns:service='http://namespaces.zope.org/service'
>
<content class=".RoleService.">
<security:require
permission="Zope.Security"
interface="Zope.App.Security.IRoleService." />
<security:require
permission="Zope.ManageServices"
interface="Zope.App.OFS.Container.IContainer." />
</content>
<content class=".Role.">
<security:require
permission="Zope.Security"
interface="Zope.App.Security.IRole." />
</content>
<service:factoryFromClass
id="RoleService"
class=".RoleService."
permission="Zope.ManageServices"
title="Role Service" />
<factory component=".Role." />
<include package=".Views" />
<zmi:icon for=".RoleService.ILocalRoleService" file="role_service.gif" />
</zopeConfigure>
=== Removed File Zope3/lib/python/Zope/App/OFS/Services/RoleService/role-service.zcml ===