diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-20 09:01:03 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-20 09:01:03 -0500 |
commit | 51f1cf4aae5a22fe8974edcdf10da4e8a7b05255 (patch) | |
tree | 5fc180a8bd15eb9c121fba6600bfd6b67996c7c1 /include | |
parent | 989a1bfe8d991846f81331a94eb65ffc10883cf5 (diff) |
install plugins to plugins/
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 1b83a9b..8d21626 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -23,6 +23,7 @@ opts :: list()}). % The list of options that the task requires/understands -define(DEFAULT_LIB_DIRS, ["apps", "libs", "."]). --define(DEFAULT_DEPS_DIRS, ["deps"]). +-define(DEFAULT_DEPS_DIR, "deps"). +-define(DEFAULT_PLUGINS_DIR, "plugins"). -define(DEFAULT_CONFIG_FILE, "rebar.config"). -define(LOCK_FILE, "rebar.lock"). |