[Zope-Checkins] CVS: Zope3/lib/python/Zope/App - meta.zcml:1.2

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


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

Modified Files:
	meta.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/meta.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'
->
+<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
 <include package=".ComponentArchitecture" file="meta.zcml" />
 <include package=".Publisher" file="meta.zcml" />