summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authoromarkj <omarkj@gmail.com>2014-11-03 13:58:58 -0800
committeromarkj <omarkj@gmail.com>2014-11-03 13:58:58 -0800
commita1d030c9649526422f58e0fb5dae9d33564b395a (patch)
treefeb95f0fec3421ed876e1802584430e18e29f73f /ebin
parent58f4019fa62a73e335967870f6605182d7386830 (diff)
parenta3ec3a3424dd47e9687d0d2960ef2d3cba6a8f5c (diff)
add help
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app32
1 files changed, 0 insertions, 32 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
deleted file mode 100644
index 831567b..0000000
--- a/ebin/rebar.app
+++ /dev/null
@@ -1,32 +0,0 @@
-{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_plugins,
- rebar_provider,rebar_prv_app_discovery,
- rebar_prv_compile,rebar_prv_deps,rebar_prv_do,
- rebar_prv_escripter,rebar_prv_help,
- 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_prv_version,
- 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_do,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,rebar_prv_version,
- rebar_prv_help]}]}]}.