You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 rivejä
599 B

15 vuotta sitten
  1. {application, rebar,
  2. [{description, "Rebar: Erlang Build Tool"},
  3. {vsn, "1"},
  4. {modules, [ rebar_config,
  5. rebar_utils,
  6. rebar_app_utils,
  7. rebar_rel_utils,
  8. rebar_doterl_compiler]},
  9. {registered, []},
  10. {applications, [kernel,
  11. stdlib,
  12. sasl]},
  13. {env, [
  14. %% Key/value list of base/default configuration used by
  15. %% rebar_config during initialization
  16. {default_config, [
  17. {app_modules, [ rebar_doterl_compiler ]}
  18. ]}
  19. ]}
  20. ]}.