From 67865c8a5a400e039d41d6cb2759adb43a78e350 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 26 Oct 2010 12:53:24 -0400 Subject: use get-deps for ibrowse As with mochiweb, the dependency URL is a Cloudant fork which contains the exact code (modulo whitespace) used in CouchDB releases. --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index ccca445d..db17176b 100644 --- a/rebar.config +++ b/rebar.config @@ -13,6 +13,8 @@ % the License. {deps, [ + {ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git", {tag, + "CouchDB-1.0.1-rebar"}}}, {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {tag, "CouchDB-1.0.1-rebar"}}}, {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", "master"}}, @@ -22,6 +24,7 @@ ]}. % needed for a clean transition to the deps model {clean_files, [ + "apps/ibrowse/ebin", "apps/mochiweb/ebin", "apps/rexi/ebin", "apps/fabric/ebin", @@ -29,7 +32,6 @@ "apps/chttpd/ebin" ]}. {sub_dirs, [ - "apps/ibrowse", "apps/couch", "apps/etap", "apps/oauth", -- cgit v1.2.3