build.config 756 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/proper
  30. plugins/protobuffs
  31. plugins/relx
  32. plugins/shell
  33. plugins/sphinx
  34. plugins/syntastic
  35. plugins/triq
  36. plugins/xref
  37. # Plugins enhancing the functionality of other plugins.
  38. plugins/cover
  39. plugins/sfx
  40. # External plugins.
  41. core/plugins
  42. # Core modules which can use variables from plugins.
  43. core/deps-tools