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