~ubuntu-branches/ubuntu/utopic/zope.container/utopic

« back to all changes in this revision

Viewing changes to src/zope/container/configure.zcml

  • Committer: Gediminas Paulauskas
  • Date: 2011-08-12 12:47:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: menesis@pov.lt-20110812124713-6vjm8q1wc7o31w0j
Tags: 3.12.0-0ubuntu1
* New upstream release.
  - Now includes a license.
* debian/patches: remove the automatic patch that added the license.
* Needs van.pydeb (>= 1.3.3) to correctly handle "zope.security[zcml]>=3.8"
  dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   i18n_domain="zope"
4
4
   >
5
5
 
 
6
  <include file="meta.zcml" package="zope.component" />
 
7
  <include file="meta.zcml" package="zope.security" />
 
8
  <include file="permissions.zcml" package="zope.security" />
 
9
 
6
10
  <adapter
7
11
     provides=".interfaces.IFind"
8
12
     for=".interfaces.IReadContainer"