]> granicus.if.org Git - ejabberd/commitdiff
Clean up rebar script.
authorJerome Sautret <jerome.sautret@process-one.net>
Thu, 30 Oct 2014 15:51:01 +0000 (16:51 +0100)
committerJerome Sautret <jerome.sautret@process-one.net>
Thu, 30 Oct 2014 15:51:01 +0000 (16:51 +0100)
rebar.config.script

index 8b21e1b036854b55d89041181d25b589e572ced2..30d479eab353d90ec5e6b2c7065df6b65b08fae6 100644 (file)
@@ -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]),