build.config 768 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Do *not* comment or remove core modules
  2. # unless you know what you are doing.
  3. #
  4. # Feel free to comment plugins out however.
  5. # Core modules.
  6. core/core
  7. core/kerl
  8. index/*
  9. core/index
  10. core/deps
  11. # Core modules, continued.
  12. core/erlc
  13. core/docs
  14. core/rel
  15. core/test
  16. core/compat
  17. # Plugins.
  18. plugins/asciidoc
  19. plugins/bootstrap
  20. plugins/c_src
  21. plugins/ci
  22. plugins/concuerror
  23. plugins/ct
  24. plugins/dialyzer
  25. plugins/edoc
  26. plugins/erlydtl
  27. plugins/escript
  28. plugins/eunit
  29. plugins/hex
  30. plugins/proper
  31. plugins/protobuffs
  32. plugins/relx
  33. plugins/shell
  34. plugins/sphinx
  35. plugins/syntastic
  36. plugins/triq
  37. plugins/xref
  38. # Plugins enhancing the functionality of other plugins.
  39. plugins/cover
  40. plugins/sfx
  41. # External plugins.
  42. core/plugins
  43. # Core modules which can use variables from plugins.
  44. core/deps-tools