diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-11-23 00:35:47 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-11-23 00:35:47 -0500 |
commit | de09b075ebe6f2fb2749f663152bc8db299f5e39 (patch) | |
tree | 2fdb320614773f6ba9e27a6972a3a7c4ac19849d /rebar.config | |
parent | d8801b8efc8d78d573465c9e429907a53d31eac1 (diff) |
be sure to clean out old etap .beams
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 468e8cb7..bcbc117b 100644 --- a/rebar.config +++ b/rebar.config @@ -32,11 +32,11 @@ "apps/rexi/ebin", "apps/fabric/ebin", "apps/mem3/ebin", - "apps/chttpd/ebin" + "apps/chttpd/ebin", + "apps/etap/ebin" ]}. {sub_dirs, [ "apps/couch", - "apps/etap", "rel" ]}. {cover_enabled, true}. |