From 80f91af2d25cb7e280834a4b03f85f48493ab13c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 30 Apr 2012 22:54:00 -0700 Subject: add crypto, syntax_tools and tools to applications key as dependencies --- ebin/rebar.app | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 0c6e4c3..e042ca5 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -40,7 +40,10 @@ {registered, []}, {applications, [kernel, stdlib, - sasl]}, + sasl, + crypto, + syntax_tools, + tools]}, {env, [ %% Default log level {log_level, error}, -- cgit v1.2.1 From 79d173c49dabcebb85b9b64f34351cabe5a5ae2b Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 30 Apr 2012 23:08:22 -0700 Subject: should also include compiler in list of application dependencies for rebar --- ebin/rebar.app | 1 + 1 file changed, 1 insertion(+) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index e042ca5..3b17df7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -41,6 +41,7 @@ {applications, [kernel, stdlib, sasl, + compiler, crypto, syntax_tools, tools]}, -- cgit v1.2.1