您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

32 行
2.0 KiB

10 年前
10 年前
  1. {application,rebar,
  2. [{description,"Rebar: Erlang Build Tool"},
  3. {vsn,"3.0.0"},
  4. {modules,['LICENSE_dtl','README.md_dtl','app.erl_dtl',
  5. gitignore_dtl,'mod.erl_dtl','otp_app.app.src_dtl',
  6. 'otp_lib.app.src_dtl','otp_lib.template_dtl',
  7. 'rebar.config_dtl',rebar3,rebar_app_discover,
  8. rebar_app_info,rebar_app_utils,rebar_base_compiler,
  9. rebar_config,rebar_core,rebar_erlc_compiler,
  10. rebar_erlydtl_compiler,rebar_fetch,rebar_file_utils,
  11. rebar_log,rebar_otp_app,rebar_packages,rebar_plugins,
  12. rebar_provider,rebar_prv_app_discovery,
  13. rebar_prv_compile,rebar_prv_deps,rebar_prv_do,
  14. rebar_prv_escripter,rebar_prv_help,
  15. rebar_prv_install_deps,rebar_prv_lock,rebar_prv_new,
  16. rebar_prv_packages,rebar_prv_release,rebar_prv_shell,
  17. rebar_prv_tar,rebar_prv_update,rebar_prv_version,
  18. rebar_state,rebar_templater,rebar_topo,rebar_utils,
  19. 'relx.config_dtl','sup.erl_dtl','sys.config_dtl',
  20. 'vm.args_dtl']},
  21. {registered,[]},
  22. {applications,[kernel,stdlib,sasl,compiler,crypto,syntax_tools,
  23. tools,erlware_commons,relx,inets]},
  24. {env,[{log_level,warn},
  25. {providers,[rebar_prv_escripter,rebar_prv_deps,
  26. rebar_prv_do,rebar_prv_lock,
  27. rebar_prv_install_deps,rebar_prv_packages,
  28. rebar_erlydtl_compiler,rebar_prv_compile,
  29. rebar_prv_app_discovery,rebar_prv_shell,
  30. rebar_prv_tar,rebar_prv_new,rebar_prv_update,
  31. rebar_prv_release,rebar_prv_version,
  32. rebar_prv_help]}]}]}.