aboutsummaryrefslogtreecommitdiffstats
path: root/cover.spec
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-03-11 12:06:57 +0100
committerJordan Wilberding <[email protected]>2014-03-11 12:06:57 +0100
commit6c962c924086fcfbc8b5e463aa6a50f1521a65f7 (patch)
tree4c24f70e61175744b6008a2f22331ef579a2cee8 /cover.spec
parenteeeef1ef2648fa9815f0f61acbfe9576b2884890 (diff)
parentf32a0a44f2e0748122d90a708cbff0003762c2ba (diff)
downloadrelx-6c962c924086fcfbc8b5e463aa6a50f1521a65f7.tar.gz
relx-6c962c924086fcfbc8b5e463aa6a50f1521a65f7.tar.bz2
relx-6c962c924086fcfbc8b5e463aa6a50f1521a65f7.zip
Merge pull request #128 from nuex/dtl_scripts
Make scripts in rlx_prv_assembler DTL templates
Diffstat (limited to 'cover.spec')
-rw-r--r--cover.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/cover.spec b/cover.spec
index 3930df1..d0efd51 100644
--- a/cover.spec
+++ b/cover.spec
@@ -1,2 +1,6 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
-{incl_app, relx, details}.
+{incl_app, relx}.
+{level, details}.
+{excl_mods, [bin_dtl, erl_script_dtl, extended_bin_dtl,
+ install_upgrade_escript_dtl, nodetool_dtl,
+ sys_config_dtl, vm_args_dtl]}.