summaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-19 00:38:17 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-19 01:05:45 +0200
commitf0de7faa11a7332d4d62b83cab71f7ef4e94ca82 (patch)
treeb2fefce7513aa16f54b3931e0f5669c3598579fa /priv/templates
parent7bef45816309e7bd73719281e32afade77439cfb (diff)
Simplify reltool.config template
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/simplenode.reltool.config8
1 files changed, 3 insertions, 5 deletions
diff --git a/priv/templates/simplenode.reltool.config b/priv/templates/simplenode.reltool.config
index 932b148..b580c2a 100644
--- a/priv/templates/simplenode.reltool.config
+++ b/priv/templates/simplenode.reltool.config
@@ -16,15 +16,13 @@
]},
{boot_rel, "{{nodeid}}"},
{profile, embedded},
- {incl_cond, exclude},
+ {incl_cond, derived},
+ {mod_cond, derived},
{excl_archive_filters, [".*"]}, %% Do not archive built libs
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
"^erts.*/(doc|info|include|lib|man|src)"]},
{excl_app_filters, ["\.gitignore"]},
- {app, sasl, [{incl_cond, include}]},
- {app, stdlib, [{incl_cond, include}]},
- {app, kernel, [{incl_cond, include}]},
- {app, {{nodeid}}, [{incl_cond, include}]}
+ {app, {{nodeid}}, [{mod_cond, app}, {incl_cond, include}]}
]}.
{target_dir, "{{nodeid}}"}.