[Zope3-checkins] CVS: Zope3/utilities - makezcmldocs.zcml:1.1.2.1
R. David Murray
bitz@bitdance.com
Mon, 14 Oct 2002 19:04:43 -0400
Update of /cvs-repository/Zope3/utilities
In directory cvs.zope.org:/tmp/cvs-serv8830
Added Files:
Tag: rdmurray-metameta-branch
makezcmldocs.zcml
Log Message:
This is a root zcml file. It includes the metametaForDocGen zcml
and then includes only the zope core packge.
=== Added File Zope3/utilities/makezcmldocs.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<include package="Zope/Configuration" file="metameta.zcml" />
<include package="Zope/Configuration" file="metametaForDocgen.zcml" />
<include package="Zope" />
</zopeConfigure>