[Zope-Checkins] CVS: Zope3/lib/python/Zope/App - config.py:1.1.2.5

Guido van Rossum guido@python.org
Thu, 13 Dec 2001 14:34:58 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	config.py 
Log Message:
refactor zope.zcml into a site.zcml, under control of the site manager,
and a zope.zcml, under control of Zope.
Also added registration of BasicAuthAdapter to zope.zcml.
Also changed feature into addapter and presentation into view, in zope.zcml.

=== Zope3/lib/python/Zope/App/config.py 1.1.2.4 => 1.1.2.5 ===
     register(namespace('zope'), 'include', config_file)
 
-    file=open(os.path.join(dir, 'zope.zcml'))
+    file=open(os.path.join(dir, 'site.zcml'))
     xmlconfig(file)