summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config17
1 files changed, 13 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config
index 2db0ae21..c3ee7d9f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -12,16 +12,25 @@
% License for the specific language governing permissions and limitations under
% the License.
+{deps, [
+ {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", "master"}},
+ {fabric, ".*", {git, "git://github.com/cloudant/fabric.git", "master"}},
+ {mem3, ".*", {git, "git://github.com/cloudant/mem3.git", "master"}},
+ {chttpd, ".*", {git, "git://github.com/cloudant/chttpd.git", "master"}}
+]}.
+% needed for a clean transition to the deps model
+{clean_files, [
+ "apps/rexi/ebin",
+ "apps/fabric/ebin",
+ "apps/mem3/ebin",
+ "apps/chttpd/ebin"
+]}.
{sub_dirs, [
"apps/ibrowse",
"apps/couch",
- "apps/chttpd",
"apps/etap",
- "apps/fabric",
- "apps/mem3",
"apps/mochiweb",
"apps/oauth",
- "apps/rexi",
"rel"
]}.
{cover_enabled, true}.