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