summaryrefslogtreecommitdiff
path: root/reltool.config
blob: 2a1b6159429f8643f54d2e12564036a8b7df0c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%% -*- mode: erlang -*-

%% TODO: Be more specific with which files are copied. Point in case:
%% catlfish-0.9.0-dev.ez contains catlfish-0.9.0-dev/src/.~/.

{sys, [
       {erts, [{mod_cond, derived}, {app_file, strip}]},
       {app_file, strip},
       {rel, "catlfish", "0.9.0-dev", [kernel, stdlib, sasl, catlfish]},
       {boot_rel, "catlfish"},
       {profile, standalone},
       {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]},
       {incl_app_filters, ["^ebin/", "^priv/", "^src/"]},
       {app, catlfish, [{app_file, all}, {lib_dir, "."}]},
       {app, plop, [{app_file, all}, {lib_dir, "../plop"}]},
       {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]},
       {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]},
       {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]},
       {app, lager, [{app_file, all}, {lib_dir, "../lager"}]},
       {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}
      ]}.