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

R. David Murray bitz@bitdance.com
Mon, 14 Oct 2002 18:57:08 -0400


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

Modified Files:
      Tag: rdmurray-metameta-branch
	site.zcml 
Log Message:
Call the metameta.zcml from Configuration.  This will allow the
meta.zcml files to use the augmented configuration directive
syntax to include docstring like information in the meta.zcml files.


=== Zope3/site.zcml 1.7 => 1.7.2.1 ===
--- Zope3/site.zcml:1.7	Thu Oct 10 12:21:48 2002
+++ Zope3/site.zcml	Mon Oct 14 18:57:08 2002
@@ -1,5 +1,6 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
+<include package="Zope/Configuration" file="metameta.zcml" />
 <include package="Zope" />
 
 <role id="Manager" title="Site Manager" />