Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
copying for getting the history
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Nov 8, 2010
1 parent 62a98e4 commit 7054f54
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/grokcore/rest/meta.zcml
@@ -0,0 +1,18 @@
<configure
xmlns="http://namespaces.zope.org/zope"
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" />
<include package="grokcore.formlib" file="meta.zcml" />
<include package="grokcore.security" file="meta.zcml" />
<include package="grokcore.view" file="meta.zcml" />
<include package="grokcore.viewlet" file="meta.zcml" />
<include package="grokcore.annotation" file="meta.zcml" />
<include package="grokcore.site" file="meta.zcml" />
<grok:grok package=".meta" />

</configure>

0 comments on commit 7054f54

Please sign in to comment.