[Checkins] SVN: grok/branches/philikon-grokcore.component/src/grok/configure.zcml Make sure the grokkers in grokcore.component and grok.meta are loaded.

Philipp von Weitershausen philikon at philikon.de
Sat Aug 25 09:35:53 EDT 2007


Log message for revision 79259:
  Make sure the grokkers in grokcore.component and grok.meta are loaded.
  

Changed:
  U   grok/branches/philikon-grokcore.component/src/grok/configure.zcml

-=-
Modified: grok/branches/philikon-grokcore.component/src/grok/configure.zcml
===================================================================
--- grok/branches/philikon-grokcore.component/src/grok/configure.zcml	2007-08-25 13:35:24 UTC (rev 79258)
+++ grok/branches/philikon-grokcore.component/src/grok/configure.zcml	2007-08-25 13:35:52 UTC (rev 79259)
@@ -25,6 +25,7 @@
   <include package="zope.app.catalog" />
   <include package="zope.app.renderer" />
   <include package="zope.app.session" />
+  <include package="grokcore.component" />
 
   <securityPolicy
       component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
@@ -84,6 +85,7 @@
       priority="11"
       />
 
+  <grok:grok package=".meta" />
   <grok:grok package=".admin" />
 
 </configure>



More information about the Checkins mailing list