[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/AbsoluteURL - config.zcml:1.1.2.4

Steve Alexander steve@cat-box.net
Sun, 26 May 2002 08:45:30 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/AbsoluteURL
In directory cvs.zope.org:/tmp/cvs-serv17123/lib/python/Zope/App/ZopePublication/AbsoluteURL

Modified Files:
      Tag: Zope-3x-branch
	config.zcml 
Log Message:
changed "name" attribute of protectClass and publicClass zcml directives
to "class".
Note that I haven't touched the dummy protectClass directive in
Zope/Configuration/tests/... as it is only used as an arbitrary
directive for testing the directive-processing machinery.



=== Zope3/lib/python/Zope/App/ZopePublication/AbsoluteURL/config.zcml 1.1.2.3 => 1.1.2.4 ===
 
 <security:protectClass 
-  name='.AbsoluteURL.'
+  class='.AbsoluteURL.'
   permission_id='Zope.Public'
 />
 
@@ -15,7 +15,7 @@
 />
 
 <security:protectClass
-  name='.AbsoluteURL.SiteAbsoluteURL'
+  class='.AbsoluteURL.SiteAbsoluteURL'
   permission_id='Zope.Public'
 />