From 55d14ae751604e0b57597867045907e5f2233607 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 26 Oct 2010 20:32:42 -0400 Subject: use get-deps for oauth --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebar.config') 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}. -- cgit v1.2.3