[Zope-Checkins] CVS: Zope3 - site.zcml:1.3

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:34:15 -0400


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

Modified Files:
	site.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Zope3/site.zcml 1.2 => 1.3 ===
 >
 
-<include package="Zope" file="zope.zcml" />
+<include package="Zope" />
 
 <security:role id="Manager" title="Site Manager" />
 <security:role id="Member" title="Site Member" />