summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-10-26 12:53:24 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-10-26 12:54:03 -0400
commit67865c8a5a400e039d41d6cb2759adb43a78e350 (patch)
treea74b2df33ee2872b3fba12302228d7f010ce4365 /rebar.config
parent0f282438bdc2417a11c5644abd3bbdc7741c1b79 (diff)
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.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 3 insertions, 1 deletions
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",