~ubuntu-branches/ubuntu/wily/zope.app.security/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2010-12-02 19:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20101202193405-ssc1x1c1pznqdrnc
Tags: upstream-3.7.5
ImportĀ upstreamĀ versionĀ 3.7.5

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>