summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 1f7db21..a99df4e 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -3,6 +3,7 @@
{vsn, "2"},
{modules, [ rebar,
rebar_abnfc_compiler,
+ rebar_appups,
rebar_app_utils,
rebar_base_compiler,
rebar_config,
@@ -80,6 +81,7 @@
]},
{rel_dir, [
+ rebar_appups,
rebar_reltool,
rebar_upgrade
]}