[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - component.zcml:1.1.2.5
Steve Alexander
steve@cat-box.net
Mon, 3 Jun 2002 16:01:43 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv23405/lib/python/Zope/App/ComponentArchitecture
Modified Files:
Tag: Zope3InWonderland-branch
component.zcml
Log Message:
added content directive.
=== Zope3/lib/python/Zope/App/ComponentArchitecture/component.zcml 1.1.2.4 => 1.1.2.5 ===
interface='.IUtilityService+' />
<service name='Utilities'
- component='.GlobalUtilityService.utilityService' />
+ component='.GlobalUtilityService.utilityService' />
+
<security:protectClass class=".GlobalUtilityService+"
permission="Zope.Public">
<security:protect interface=".IUtilityService+"