[Checkins] SVN: grok/branches/brandon-grokcore.component/src/grok/meta.zcml grokcore.component shouldn't load or even depend on z3c.autoinclude.

Philipp von Weitershausen philikon at philikon.de
Thu Mar 20 04:48:52 EDT 2008


Log message for revision 84800:
  grokcore.component shouldn't load or even depend on z3c.autoinclude.
  Move this back to grok.
  

Changed:
  U   grok/branches/brandon-grokcore.component/src/grok/meta.zcml

-=-
Modified: grok/branches/brandon-grokcore.component/src/grok/meta.zcml
===================================================================
--- grok/branches/brandon-grokcore.component/src/grok/meta.zcml	2008-03-20 08:45:36 UTC (rev 84799)
+++ grok/branches/brandon-grokcore.component/src/grok/meta.zcml	2008-03-20 08:48:52 UTC (rev 84800)
@@ -3,6 +3,8 @@
     xmlns:meta="http://namespaces.zope.org/meta"
     xmlns:grok="http://namespaces.zope.org/grok">
 
+  <include package="z3c.autoinclude" file="meta.zcml" />
+
   <!-- Load the grokkers -->
   <include package="grokcore.component" file="meta.zcml" />
   <grok:grok package=".meta" />



More information about the Checkins mailing list