[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - configure.zcml:1.3

Jim Fulton jim@zope.com
Thu, 20 Jun 2002 11:55:36 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv15462/lib/python/Zope/App/ZMI

Modified Files:
	configure.zcml 
Log Message:
implemented:

http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/MergeSecurityIntoZopeNamespace

While I was at it, I couldn't resist implementing a variation of:

http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SecurityPackageReorg

which was a lot more work. 



=== Zope3/lib/python/Zope/App/ZMI/configure.zcml 1.2 => 1.3 ===
    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'
 >
@@ -28,7 +27,7 @@
   <browser:resource name="arrowUp.gif" file="www/arrowUp.gif"/>
   
   <content class=".IGenericCreatorMarker.">
-    <security:require  
+    <require  
         permission="Zope.ManageContent"
         interface=".IGenericCreatorMarker." />
   </content>