[Checkins] SVN: five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml - Use the meta-minimal.zcml of grokcore.view.

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


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

Changed:
  U   five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml

-=-
Modified: five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml
===================================================================
--- five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml	2008-09-19 10:03:52 UTC (rev 91259)
+++ five.grok/branches/sylvain-static-and-forms/src/five/grok/meta.zcml	2008-09-19 10:06:11 UTC (rev 91260)
@@ -6,13 +6,13 @@
   <include package="grokcore.component" file="meta.zcml" />
   <include package="grokcore.security" file="meta.zcml" />
 
-  <!-- Load by hand grokcore.view grokkers, since we don't want the
-  static one. --> 
-  <grok:grok package="grokcore.view.meta.views" />
-  <grok:grok package="grokcore.view.meta.templates" />
+  <!-- Load minimal support of grokcore.view, views + templates  -->
+  <include package="grokcore.view" file="meta-minimal.zcml" />
+  <include package="grokcore.formlib" file="meta.zcml" />
+
+  <!-- Include skin support as well -->
   <grok:grok package="grokcore.view.meta.skin" />
 
-  <include package="grokcore.formlib" file="meta.zcml" />
   <grok:grok package=".meta" />
 
 </configure>



More information about the Checkins mailing list