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

Jim Fulton jim@zope.com
Thu, 24 Oct 2002 06:07:50 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	site.zcml 
Log Message:
Added more automatic interface registration while refering to
interfaces in component registration directives.

In doing this I was forced to clean up the configuratio files outside
of Zope.App. In particular, there shouldn't be any configuration files
outside of Zope.App and Zope.Configuration. This second task was much
more involved than the first. :/




=== Zope3/site.zcml 1.6 => 1.6.6.1 ===
--- Zope3/site.zcml:1.6	Wed Oct  2 17:33:42 2002
+++ Zope3/site.zcml	Thu Oct 24 06:07:19 2002
@@ -1,6 +1,6 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
-<include package="Zope" />
+<include package="Zope.App" />
 
 <role id="Manager" title="Site Manager" />
 <role id="Member" title="Site Member" />