[Zope-Checkins] SVN: Zope/trunk/skel/etc/site.zcml Update the
	site.zcml to load overrides.zcml for non-Products
    Alec Mitchell 
    apm13 at columbia.edu
       
    Wed Aug 23 20:53:18 EDT 2006
    
    
  
Log message for revision 69746:
  Update the site.zcml to load overrides.zcml for non-Products
  
Changed:
  U   Zope/trunk/skel/etc/site.zcml
-=-
Modified: Zope/trunk/skel/etc/site.zcml
===================================================================
--- Zope/trunk/skel/etc/site.zcml	2006-08-24 00:26:08 UTC (rev 69745)
+++ Zope/trunk/skel/etc/site.zcml	2006-08-24 00:53:18 UTC (rev 69746)
@@ -21,6 +21,7 @@
 
   <!-- Load the configuration overrides-->
 
+  <includeOverrides files="package-includes/*-overrides.zcml" />
   <five:loadProductsOverrides />
 
 </configure>
    
    
More information about the Zope-Checkins
mailing list