From de09b075ebe6f2fb2749f663152bc8db299f5e39 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 23 Nov 2010 00:35:47 -0500 Subject: be sure to clean out old etap .beams --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rebar.config') 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}. -- cgit v1.2.3