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">
 
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins

Reply via email to