~justizin/meteor.app.gallery/trunk

« back to all changes in this revision

Viewing changes to src/meteor/app/gallery/configure.zcml

  • Committer: Justin Alan Ryan
  • Date: 2010-03-27 18:42:54 UTC
  • Revision ID: justizin@thingzero-20100327184254-dgzgffsrhghicuz1
src-ify, set up deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure xmlns="http://namespaces.zope.org/zope"
 
2
           xmlns:grok="http://namespaces.zope.org/grok">
 
3
 
 
4
  <include package="dolmen.thumbnailer" />
 
5
  <include package="dolmen.content" file="meta.zcml"/>
 
6
  <grok:grok package="." />
 
7
 
 
8
</configure>