diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-12-04 13:48:57 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-12-04 13:48:57 -0700 |
commit | b49189869067401c9da92a22f0a2343b7a2a2456 (patch) | |
tree | 71067ef3fc688b26c2f919e6234340a906add155 /ebin | |
parent | 63d4968e36275e4d8ab4698d002b0e5db6d0d7a1 (diff) |
Refactor rebar to build a self-contained script
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 7d98148..07b0c72 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -1,7 +1,8 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, {vsn, "1"}, - {modules, [ rebar_app_utils, + {modules, [ rebar, + rebar_app_utils, rebar_config, rebar_core, rebar_ct, |