~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/zope/app/security/configure.zcml

  • Committer: Sidnei da Silva
  • Date: 2010-07-05 21:07:01 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100705210701-zmqhqrbzad1mhzsl
- Reduce deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configure
2
 
    xmlns="http://namespaces.zope.org/zope"
3
 
    i18n_domain="zope"
4
 
    >
5
 
 
6
 
  <include package="zope.security" />
7
 
  <include package="zope.authentication" />
8
 
  <include package="zope.principalregistry" />
9
 
  <include package="zope.app.localpermission" />
10
 
 
11
 
  <include file="globalmodules.zcml" />
12
 
  <include file="_protections.zcml" />
13
 
  <include file="standardpermissions.zcml" />
14
 
 
15
 
</configure>