erlang-mk.build.config 802 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. #index/*
  8. #core/index
  9. #core/deps
  10. #core/kerl
  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/syntastic
  34. #plugins/triq
  35. #plugins/xref
  36. # Plugins enhancing the functionality of other plugins.
  37. plugins/cover
  38. #plugins/sfx
  39. # External plugins.
  40. #core/plugins
  41. # Core modules which can use variables from plugins.
  42. #core/deps-tools