[Zope3-checkins] CVS: Zope3 - site.zcml:1.9

Jim Fulton jim@zope.com
Tue, 19 Nov 2002 18:25:43 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv11465

Modified Files:
	site.zcml 
Log Message:

Two changes that were far reaching and interdependent.

- Changed existing directives that mention interfaces to register
  those interfaces with the global interface service.

- Moved all configuration support (except that in Zope.Configuration)
  into Zope.App. This was necessary to get the order of execution such
  that the interface service was defined before directives that used
  interfaces were used.  This is a change that has been needed for
  some time.



=== Zope3/site.zcml 1.8 => 1.9 ===
--- Zope3/site.zcml:1.8	Wed Nov  6 17:30:21 2002
+++ Zope3/site.zcml	Tue Nov 19 18:25:12 2002
@@ -1,7 +1,7 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
 <include package="Zope/Configuration" file="metameta.zcml" />
-<include package="Zope" />
+<include package="Zope.App" />
 
 <role id="Manager" title="Site Manager" />
 <role id="Member" title="Site Member" />