diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-10-26 20:32:42 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-10-26 20:32:42 -0400 |
commit | 55d14ae751604e0b57597867045907e5f2233607 (patch) | |
tree | a58a04528b4485623625d437e5fc4a89425ce0c9 | |
parent | af10842462fcd6e878717058c87f99667c8d516c (diff) |
use get-deps for oauth
-rw-r--r-- | rebar.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index db17176b..29e70bb6 100644 --- a/rebar.config +++ b/rebar.config @@ -13,6 +13,8 @@ % the License. {deps, [ + {oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git", {tag, + "CouchDB-1.0.1-rebar"}}}, {ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git", {tag, "CouchDB-1.0.1-rebar"}}}, {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {tag, @@ -24,6 +26,7 @@ ]}. % needed for a clean transition to the deps model {clean_files, [ + "apps/oauth/ebin", "apps/ibrowse/ebin", "apps/mochiweb/ebin", "apps/rexi/ebin", @@ -34,7 +37,6 @@ {sub_dirs, [ "apps/couch", "apps/etap", - "apps/oauth", "rel" ]}. {cover_enabled, true}. |