diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-10-25 15:46:05 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-10-25 21:45:32 -0400 |
commit | ebac05f686b56791511cb9b599dfb5a742dcfc96 (patch) | |
tree | 00a789cd058f98fa014d927f094f9e6e9f91f6f2 /rel | |
parent | 952a85381ff4b5b34426000b1dee73c9e74becdd (diff) |
use get-deps to pull down individual cloudant projects
Diffstat (limited to 'rel')
-rw-r--r-- | rel/reltool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/reltool.config b/rel/reltool.config index 1b5868f4..bfdcde75 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -13,7 +13,7 @@ % the License. {sys, [ - {lib_dirs, ["../apps"]}, + {lib_dirs, ["../apps", "../deps"]}, {rel, "bigcouch", "1.2.4", [ kernel, stdlib, |