[KSS-checkins] r56122 - kukit/kss.demo/branch/1.4/kss/demo

gotcha at codespeak.net gotcha at codespeak.net
Fri Jun 27 15:26:08 CEST 2008


Author: gotcha
Date: Fri Jun 27 15:26:08 2008
New Revision: 56122

Modified:
   kukit/kss.demo/branch/1.4/kss/demo/configure.zcml
Log:
order matters

Modified: kukit/kss.demo/branch/1.4/kss/demo/configure.zcml
==============================================================================
--- kukit/kss.demo/branch/1.4/kss/demo/configure.zcml	(original)
+++ kukit/kss.demo/branch/1.4/kss/demo/configure.zcml	Fri Jun 27 15:26:08 2008
@@ -6,10 +6,11 @@
 		   i18n_domain="kss"
 		   >
 
-  <include package="kss.core"/>
-
+  <!-- order matters, kss.demo meat should be loaded before kss.core -->
   <include package="kss.demo" file="meta.zcml" />
 
+  <include package="kss.core"/>
+
   <!-- Things to do only on Zope2 -->
   <configure zcml:condition="have compat_five">
 


More information about the Kukit-checkins mailing list