[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser - browser.zcml:1.1.4.2.2.5

Steve Alexander steve@cat-box.net
Tue, 4 Jun 2002 06:11:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv14594/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser

Modified Files:
      Tag: Zope3InWonderland-branch
	browser.zcml 
Log Message:
more corrections to new zcml.
some bugs in new directives fixed.
stub for "permission" in service declaration, awaiting Jim's checkins.
Zope starts!



=== Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/browser.zcml 1.1.4.2.2.4 => 1.1.4.2.2.5 ===
 >
 
-  <content class=".Contents."
+  <content class=".Contents.">
     <security:require
        permission="Zope.ManageServices" 
        attributes="index listContentInfo remove removeObjects confirmRemoved"/>
@@ -16,7 +16,7 @@
      for="Zope.App.OFS.Services.RoleService.RoleService.IRoleService"
      factory="Zope.App.OFS.Services.RoleService.Views.Browser.Contents." />
 
-  <content class=".Adder."
+  <content class=".Adder.">
     <security:require
         permission="Zope.ManageServices" 
         attributes="index confirmed action listAddableInfo"/>