diff options
author | Siri Hansen <[email protected]> | 2012-08-17 15:38:35 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-08-20 15:56:06 +0200 |
commit | ee8e60f1c160e576a040a92d28f3a3eed1cb572a (patch) | |
tree | 05bec74fe6a408b433a041ac10cddbdf5a01ae2b /lib/reltool/src/reltool.hrl | |
parent | 2a017b471cb2096eccf2f908f38a7a5305901788 (diff) | |
download | otp-ee8e60f1c160e576a040a92d28f3a3eed1cb572a.tar.gz otp-ee8e60f1c160e576a040a92d28f3a3eed1cb572a.tar.bz2 otp-ee8e60f1c160e576a040a92d28f3a3eed1cb572a.zip |
[reltool] Add option {excl_lib,otp_root}
With this option reltool will create a target structure with only the
applications found in specified 'lib_dirs' (on system level) or
'lib_dir' (on app level). Erts will not be included, and no
applications found under $OTP_ROOT/lib.
Diffstat (limited to 'lib/reltool/src/reltool.hrl')
-rw-r--r-- | lib/reltool/src/reltool.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl index 26dcd82447..c0736bb4c8 100644 --- a/lib/reltool/src/reltool.hrl +++ b/lib/reltool/src/reltool.hrl @@ -233,6 +233,7 @@ rels :: [#rel{}], emu_name :: emu_name(), profile :: profile(), + excl_lib :: otp_root, incl_sys_filters :: [#regexp{}], excl_sys_filters :: [#regexp{}], incl_app_filters :: [#regexp{}], |