~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout.cfg

Brought back the remaining js tools and changed "build" to "js" as they're not really all build tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    main('${configuration:instance_name}') # Initializes LP environment.
56
56
entry-points = stxdocs=zope.configuration.stxdocs:main
57
57
    googletestservice=lp.services.googlesearch.googletestservice:main
58
 
#    jsbuild=utilities.build.jsbuild:main
59
 
#    jslint=utilities.build.jslint:main
60
 
#    jssize=lp.scripts.utilities.jssize:main
61
58
    tracereport=zc.zservertracelog.tracereport:main
62
59
 
63
60
[iharness]