[Checkins] SVN: grokcore.formlib/trunk/src/grokcore/formlib/meta.zcml Use the meta-minimal.zcml file of grokcore.view.

Sylvain Viollon sylvain at infrae.com
Fri Sep 19 06:00:35 EDT 2008


Log message for revision 91258:
  Use the meta-minimal.zcml file of grokcore.view.
  

Changed:
  U   grokcore.formlib/trunk/src/grokcore/formlib/meta.zcml

-=-
Modified: grokcore.formlib/trunk/src/grokcore/formlib/meta.zcml
===================================================================
--- grokcore.formlib/trunk/src/grokcore/formlib/meta.zcml	2008-09-19 09:58:42 UTC (rev 91257)
+++ grokcore.formlib/trunk/src/grokcore/formlib/meta.zcml	2008-09-19 10:00:34 UTC (rev 91258)
@@ -2,13 +2,7 @@
     xmlns="http://namespaces.zope.org/zope"
     xmlns:grok="http://namespaces.zope.org/grok">
 
-  <include package="grokcore.component" file="meta.zcml" />
-  <include package="grokcore.security" file="meta.zcml" />
-
-  <!-- Load only required grokkers from grokcore.view -->
-  <grok:grok package="grokcore.view.meta.views" />
-  <grok:grok package="grokcore.view.meta.templates" />
-
+  <include package="grokcore.view" file="meta-minimal.zcml" />
   <grok:grok package=".meta" />
 
 </configure>



More information about the Checkins mailing list