~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-22 16:03:38 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222160338-txryskg1jg2q4z5j
Moved webservice zcml to lp.services.webservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  xmlns:i18n="http://namespaces.zope.org/i18n"
9
9
  i18n_domain="launchpad">
10
10
 
11
 
  <include package="grokcore.component" file="meta.zcml" />
12
 
 
13
11
  <include package="canonical.launchpad.webapp" />
14
12
  <include package="canonical.launchpad.zcml" />
15
13
  <authorizations module="canonical.launchpad.security" />