~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zopeapp.zcml

  • Committer: Guilherme Salgado
  • Date: 2010-07-21 09:56:38 UTC
  • mto: This revision was merged to the branch mainline in revision 11220.
  • Revision ID: salgado@canonical.com-20100721095638-r9oqmy4cjqeo94fq
Include the zope.login package so that the +basiclogin page works again

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  <include package="zope.app.interface" />
26
26
  <include package="zope.app.security" />
27
27
 
 
28
  <include package="zope.login" />
 
29
 
28
30
  <!--
29
31
  <include package="zope.app.observable" />
30
32
  <include package="zope.app.annotation" />