From b37a5ae611aaf6b84a046fbe716f40c2aa8c75d8 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 3 Oct 2014 06:33:33 -0500 Subject: move providers to separate app --- include/rebar.hrl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/rebar.hrl b/include/rebar.hrl index 7f85892..4263fb9 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -13,15 +13,6 @@ -define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))). --record(provider, {name :: atom(), % The 'user friendly' name of the task - provider_impl :: atom(), % The implementation of the task, maybe fun or - bare :: boolean(), % Indicates whether a build config is needed - deps :: [atom()], % The list of dependencies - desc :: string(), % The description for the task - short_desc :: string(), % A one line short description of the task - example :: string() | undefined, % An example of the task usage - opts :: list()}). % The list of options that the task requires/understands - -define(DEFAULT_LIB_DIRS, ["apps", "libs", "."]). -define(DEFAULT_DEPS_DIR, "_deps"). -define(DEFAULT_PLUGINS_DIR, "_plugins"). -- cgit v1.1