diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-20 09:08:24 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-20 09:08:24 -0500 |
commit | 6f9ea13dd423d7ff0307265140496fb36c62d924 (patch) | |
tree | 5f3c0725cc62144ea2050ac8934b850b2a9468ac /include | |
parent | 51f1cf4aae5a22fe8974edcdf10da4e8a7b05255 (diff) |
move deps and plugins to _ prefixed
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 8d21626..130182f 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -23,7 +23,7 @@ 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"). +-define(DEFAULT_DEPS_DIR, "_deps"). +-define(DEFAULT_PLUGINS_DIR, "_plugins"). -define(DEFAULT_CONFIG_FILE, "rebar.config"). -define(LOCK_FILE, "rebar.lock"). |