From eb8fa02df7d71435a879de987b3139bb5bffb963 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 27 Jul 2014 18:36:31 -0500 Subject: large refactoring Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands --- rebar.config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 1c62a55..b959579 100644 --- a/rebar.config +++ b/rebar.config @@ -4,6 +4,9 @@ %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. {escript_incl_extra, [{"priv/templates/*", "."}]}. +{escript_incl_apps, + [getopt, erlydtl, erlware_commons, relx]}. +{escript_top_level_app, rebar}. %% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17. %% At the same time, their counterparts dict() and digraph() are to be @@ -28,3 +31,9 @@ - (\"diameter_dict_util\":\"format_error\"/\"1\") - (\"diameter_dict_util\":\"parse\"/\"2\"))", []}]}. + +{first_files, [rebar_provider]}. + +{deps, [{relx, "", + {git, "https://github.com/erlware/relx.git", + {branch, "master"}}}]}. -- cgit v1.1