[Zope3-checkins] SVN: Zope3/trunk/site.zcml All meta-configuration should be loaded first.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Feb 27 07:17:03 EST 2005


Log message for revision 29320:
  All meta-configuration should be loaded first.
  
  

Changed:
  U   Zope3/trunk/site.zcml

-=-
Modified: Zope3/trunk/site.zcml
===================================================================
--- Zope3/trunk/site.zcml	2005-02-26 18:25:15 UTC (rev 29319)
+++ Zope3/trunk/site.zcml	2005-02-27 12:17:03 UTC (rev 29320)
@@ -1,8 +1,9 @@
 <configure xmlns="http://namespaces.zope.org/zope">
 
+  <include files="package-includes/*-meta.zcml" />
+
   <include package="zope.app" />
 
-  <include files="package-includes/*-meta.zcml" />
   <include files="package-includes/*-configure.zcml" />
 
   <!-- Provide local overrides of standard configurations-->



More information about the Zope3-Checkins mailing list