summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorAlexey Romanov <alexey.v.romanov@gmail.com>2011-02-21 12:41:20 +0300
committerAlexey Romanov <alexey.v.romanov@gmail.com>2011-02-21 12:41:20 +0300
commit7dc371d8a3b9a6e2ab9f814c0d2536cf638ceb99 (patch)
tree174193ae08d2824164ba99e63f696a6593ee63c6 /ebin
parent2ceeb3272139b7569c8dabc215ca1e7063b0d385 (diff)
parent6056c63eed288736c912c82d6f36aa7dd055f9ca (diff)
Merge branch 'master' of https://github.com/basho/rebar
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app8
1 files changed, 7 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6f9b6f5..a99df4e 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -2,6 +2,8 @@
[{description, "Rebar: Erlang Build Tool"},
{vsn, "2"},
{modules, [ rebar,
+ rebar_abnfc_compiler,
+ rebar_appups,
rebar_app_utils,
rebar_base_compiler,
rebar_config,
@@ -31,6 +33,7 @@
rebar_require_vsn,
rebar_subdirs,
rebar_templater,
+ rebar_upgrade,
rebar_utils,
rebar_xref,
getopt,
@@ -59,6 +62,7 @@
{modules, [
{app_dir, [
rebar_pre_script,
+ rebar_abnfc_compiler,
rebar_protobuffs_compiler,
rebar_neotoma_compiler,
rebar_asn1_compiler,
@@ -77,7 +81,9 @@
]},
{rel_dir, [
- rebar_reltool
+ rebar_appups,
+ rebar_reltool,
+ rebar_upgrade
]}
]}
]}