~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Francis J. Lacoste
  • Date: 2009-11-22 21:45:53 UTC
  • mto: This revision was merged to the branch mainline in revision 9928.
  • Revision ID: francis.lacoste@canonical.com-20091122214553-014fqnxavh7l2sw4
Add the zc.zservertracelog.tracereport script to the buildout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
eggs = lp
50
50
    windmill
51
51
    funkload
 
52
    zc.zservertracelog
52
53
# XXX gary 2009-5-12 bug 375751:
53
54
# Make mailman built and installed in a more normal way.
54
55
extra-paths = ${buildout:directory}/lib/mailman
69
70
    lp-windmill=lp.scripts.utilities.lpwindmill:main
70
71
    jsbuild=lazr.js.build:main
71
72
    jslint=lazr.js.jslint:main
 
73
    tracereport=zc.zservertracelog.tracereport:main
72
74
 
73
75
[iharness]
74
76
recipe = zc.recipe.egg