From 629792f36baaaddaeb8ce654760ca4392a571cc5 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 17 Aug 2014 21:10:43 -0500 Subject: start of moving to splitting state from config parsing --- include/rebar.hrl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/rebar.hrl b/include/rebar.hrl index ec9057b..9452633 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -22,3 +22,7 @@ short_desc :: string(), % A one line short description of the task example :: string(), % 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_CONFIG_FILE, "rebar.config"). +-define(LOCK_FILE, "rebar.lock"). -- cgit v1.1