build.config 704 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. index/*
  8. core/index
  9. core/deps
  10. # Plugins that must run before Erlang code gets compiled.
  11. plugins/erlydtl
  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/escript
  28. plugins/eunit
  29. plugins/relx
  30. plugins/shell
  31. plugins/triq
  32. plugins/xref
  33. # Plugins enhancing the functionality of other plugins.
  34. plugins/cover
  35. plugins/sfx
  36. # Core modules which can use variables from plugins.
  37. core/deps-tools