~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:48:54 UTC
  • mto: (14600.2.3 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224174854-r6e3hul98t669pr7
Fixed i18n package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    zc.zservertracelog
58
58
# XXX gary 2009-5-12 bug 375751:
59
59
# Make mailman built and installed in a more normal way.
60
 
extra-paths = 
 
60
extra-paths =
61
61
    ${buildout:directory}/lib/mailman
62
62
    /usr/lib/launchpad-buildd
63
63
include-site-packages = true
90
90
[i18n]
91
91
recipe = z3c.recipe.i18n:i18n
92
92
eggs = lp
93
 
packages = canonical.launchpad
 
93
packages = lp
94
94
domain = launchpad
95
95
output = locales
96
96
zcml = <include file="../../site.zcml" />