[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl - configure.zcml:1.2
   
    Jim Fulton
     
    jim@zope.com
       
    Thu, 20 Jun 2002 11:55:19 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl
In directory cvs.zope.org:/tmp/cvs-serv15462/lib/python/Zope/App/OFS/ApplicationControl
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/OFS/ApplicationControl/configure.zcml 1.1 => 1.2 ===
-   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:xmlrpc='http://namespaces.zope.org/xmlrpc'
->
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
   <content class=".ApplicationControl.">
-    <security:require
+    <require
         permission="Zope.ManageApplication"
         interface=".IApplicationControl." />
   </content>