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

gotcha at codespeak.net gotcha at codespeak.net
Fri Jun 27 15:02:46 CEST 2008


Author: gotcha
Date: Fri Jun 27 15:02:46 2008
New Revision: 56119

Modified:
   kukit/kss.demo/branch/1.4/kss/demo/configure.zcml
Log:
express dependency where it should

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:02:46 2008
@@ -8,6 +8,8 @@
 
   <include package="kss.core"/>
 
+  <include package="kss.core" file="meta.zcml" />
+
   <!-- Things to do only on Zope2 -->
   <configure zcml:condition="have compat_five">
 


More information about the Kukit-checkins mailing list