summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
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",