summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorLuis Rascao <luis.rascao@miniclip.com>2015-02-02 12:03:14 +0000
committerLuis Rascão <luis.rascao@gmail.com>2015-02-04 22:33:16 +0000
commit53fbb7cf8e99b0a93108b7889ab22a3ad2e05b41 (patch)
treee09ba0bce5d364e1a4516273c74ace4fb72ac871 /ebin/rebar.app
parentfffc745e11a8c88ecd73bc2ba20ae8ddb9c80ba5 (diff)
downloadrebar-53fbb7cf8e99b0a93108b7889ab22a3ad2e05b41.tar.gz
Support .appup.src[.script] files
Similar to how .app.src are being handled, all files in directory .src ending with .appup.src are processed, checked for correctness and copied to ebin without the .src extension. By way of using rebar_config:consult_file/1, .appup.src.script files are automatically supported in exactly the same manner as in .app.src.script.
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6e3609b..1f3a895 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -27,6 +27,7 @@
rebar_log,
rebar_neotoma_compiler,
rebar_otp_app,
+ rebar_otp_appup,
rebar_port_compiler,
rebar_proto_compiler,
rebar_protobuffs_compiler,
@@ -80,6 +81,7 @@
rebar_erlydtl_compiler,
rebar_port_compiler,
rebar_otp_app,
+ rebar_otp_appup,
rebar_ct,
rebar_eunit,
rebar_qc,