Merge pull request #157 from Vagabond/adt-lib-dir Don't over-aggressively clean the code path in the presence of lib_dir directives
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/9a158d37 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/9a158d37 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/9a158d37 Branch: refs/heads/import Commit: 9a158d37fca07006c20222e5651a64fb7ddd6d01 Parents: 05f81ec aa46d85 Author: Jared Morrow <[email protected]> Authored: Fri Nov 22 14:17:21 2013 -0800 Committer: Jared Morrow <[email protected]> Committed: Fri Nov 22 14:17:21 2013 -0800 ---------------------------------------------------------------------- inttest/tdeps3/a.erl | 3 ++ inttest/tdeps3/a.rebar.config | 4 ++ inttest/tdeps3/b.hrl | 1 + inttest/tdeps3/b.rebar.config | 5 ++ inttest/tdeps3/c.hrl | 1 + inttest/tdeps3/c.rebar.config | 1 + inttest/tdeps3/d.hrl | 1 + inttest/tdeps3/d.rebar.config | 1 + inttest/tdeps3/e.hrl | 1 + inttest/tdeps3/f.hrl | 1 + inttest/tdeps3/root.rebar.config | 1 + inttest/tdeps3/tdeps3_rt.erl | 89 +++++++++++++++++++++++++++++++++++ src/rebar_core.erl | 9 ++-- 13 files changed, 114 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
