Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [buildout]
  2. extends =
  3. #    config/prod.cfg
  4. #    config/staging.cfg
  5.     config/devel.cfg
  6. #allow-hosts =
  7. #    pypi.python.org
  8. #    dist.plone.org
  9.  
  10. ## Optional devel.cfg support.  If you're using devel.cfg from above,
  11. ## you can uncomment lines below to enable
  12.  
  13. parts +=
  14. #    roadrunner
  15. #    ptprofiler
  16. #    zopeprofiler
  17. #    zptdebugger
  18. #    deadlockdebugger
  19. #    ipzope
  20.  
  21. [instance1]
  22. zcml-eggs +=
  23. #    plone.reload
  24. eggs +=
  25. # Uncomment if using deadlockdebugger
  26. #    threadframe
  27. products +=
  28. #    ${ptprofiler:location}
  29. #    ${zopeprofiler:location}
  30. #    ${zptdebugger:location}
  31. # Also Uncomment threadframe in eggs above if using deadlockdebugger
  32. #    ${deadlockdebugger:location}