[Zope3-checkins] CVS: Zope3 - site.zcml:1.26
Jim Fulton
jim at zope.com
Thu Mar 4 17:41:49 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv3935
Modified Files:
site.zcml
Log Message:
Added logic to load config files from products.
=== Zope3/site.zcml 1.25 => 1.26 ===
--- Zope3/site.zcml:1.25 Fri Jan 16 07:42:59 2004
+++ Zope3/site.zcml Thu Mar 4 17:41:48 2004
@@ -1,7 +1,10 @@
<configure xmlns="http://namespaces.zope.org/zope">
<include package="zope.app" />
+
+ <include files="products/*-meta.zcml" />
<include file="products.zcml" />
+ <include files="products/*-configure.zcml" />
<!-- Provide local overrides of standard configurations-->
<includeOverrides file="overrides.zcml" />
More information about the Zope3-Checkins
mailing list