Skip to content

Commit

Permalink
Use the meta-minimal.zcml file of grokcore.view.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Sep 19, 2008
1 parent 14e7623 commit 52a8172
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/grokcore/formlib/meta.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 52a8172

Please sign in to comment.