summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-23 11:55:24 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-23 11:55:24 -0500
commitb37fe2c4bbe0e47399408f8feb59b5b0ab98a592 (patch)
treee35d9f443ca06827ef78321a56a378bf0bedb3d3 /ebin
parent070689632bf5718e2e80fb9b10cf26837fb4e976 (diff)
refactoring and remove unused providers for now
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app7
1 files changed, 3 insertions, 4 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 0c02a8e..47770cc 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -28,18 +28,15 @@
rebar_provider,
rebar_prv_app_builder,
rebar_prv_app_discovery,
- rebar_qc,
rebar_require_vsn,
rebar_prv_release,
rebar_prv_update,
rebar_shell,
rebar_state,
- rebar_subdirs,
rebar_prv_tar,
rebar_templater,
rebar_topo,
rebar_utils,
- rebar_xref,
rebar_getopt]},
{registered, []},
{applications, [kernel,
@@ -50,7 +47,8 @@
syntax_tools,
tools,
erlware_commons,
- relx]},
+ relx,
+ inets]},
{env, [
%% Default log level
{log_level, warn},
@@ -62,6 +60,7 @@
rebar_prv_app_builder,
rebar_prv_app_discovery,
rebar_shell,
+ rebar_ct,
rebar_prv_tar,
rebar_prv_update,
rebar_prv_release]}