aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/src/reltool_server.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-08-27 14:29:13 +0200
committerSiri Hansen <[email protected]>2012-08-27 14:29:13 +0200
commit5d2e66f48c9be7e67e38977d8f88f737f60dfc54 (patch)
tree127ff6e1b6bc5649d75a1faef2f2c3083ee4a417 /lib/reltool/src/reltool_server.erl
parent46dea84b7af49d5a4d20fce06b5c10bdccbe19d5 (diff)
parenteba1ece8d123cab16b357ea43a8dfc75a959ae0a (diff)
downloadotp-5d2e66f48c9be7e67e38977d8f88f737f60dfc54.tar.gz
otp-5d2e66f48c9be7e67e38977d8f88f737f60dfc54.tar.bz2
otp-5d2e66f48c9be7e67e38977d8f88f737f60dfc54.zip
Merge branch 'siri/reltool/slim_release/OTP-9743' into maint
* siri/reltool/slim_release/OTP-9743: [reltool] Add documentation for option 'excl_lib' [reltool] Add option {excl_lib,otp_root}
Diffstat (limited to 'lib/reltool/src/reltool_server.erl')
-rw-r--r--lib/reltool/src/reltool_server.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/reltool/src/reltool_server.erl b/lib/reltool/src/reltool_server.erl
index 034a42e1e2..3d1d7e54bf 100644
--- a/lib/reltool/src/reltool_server.erl
+++ b/lib/reltool/src/reltool_server.erl
@@ -1408,6 +1408,8 @@ decode(#sys{} = Sys, [{Key, Val} | KeyVals]) ->
ExclApp,
Sys#sys.excl_app_filters),
embedded_app_type = AppType};
+ excl_lib when Val =:= otp_root ->
+ Sys#sys{excl_lib=Val};
incl_sys_filters ->
Sys#sys{incl_sys_filters =
dec_re(Key, Val, Sys#sys.incl_sys_filters)};