From: Jerome Sautret Date: Thu, 30 Oct 2014 15:51:01 +0000 (+0100) Subject: Clean up rebar script. X-Git-Tag: 14.12~25^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2ef85b3371744a02c044c2005c7a56b3b23d54;p=ejabberd Clean up rebar script. --- diff --git a/rebar.config.script b/rebar.config.script index 8b21e1b03..30d479eab 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -130,8 +130,6 @@ CfgXrefs = lists:flatmap( ["(\"riak_object\":_/_)"]; ({json, false}) -> ["(\"jiffy\":_/_)"]; - ({p1db, false}) -> - ["(\"p1db.*\":_/_)"]; ({zlib, false}) -> ["(\"ezlib\":_/_)"]; ({http, false}) -> @@ -157,8 +155,7 @@ Config = [{erl_opts, Macros ++ HiPE ++ DebugInfo ++ {xref_checks, []}, {xref_queries, [{"(XC - UC) || (XU - X - B - " - ++ string:join(["(\"gen_transport\":_/_) - (\"eprof\":_/_)"] - ++ CfgXrefs, " - ") ++ ")", []}]}, + ++ string:join(CfgXrefs, " - ") ++ ")", []}]}, {post_hooks, PostHooks ++ CfgPostHooks}, {deps, Deps ++ CfgDeps}], %%io:format("ejabberd configuration:~n ~p~n", [Config]),