build.config 796 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. # Plugins that must run before Erlang code gets compiled.
  12. plugins/protobuffs
  13. # Core modules, continued.
  14. core/erlc
  15. core/docs
  16. core/rel
  17. core/test
  18. core/compat
  19. # Plugins.
  20. plugins/asciidoc
  21. plugins/bootstrap
  22. plugins/c_src
  23. plugins/ci
  24. plugins/ct
  25. plugins/dialyzer
  26. plugins/edoc
  27. plugins/erlydtl
  28. plugins/escript
  29. plugins/eunit
  30. plugins/proper
  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