From 958598fd6ed481f802716dd0aff4502eae2c62c2 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Wed, 18 Aug 2010 17:48:18 -0400 Subject: order matters in rebar.config, esp. on clean slate --- .rebar/templates/rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.rebar/templates/rebar.config') diff --git a/.rebar/templates/rebar.config b/.rebar/templates/rebar.config index e83927a9..f2b91397 100644 --- a/.rebar/templates/rebar.config +++ b/.rebar/templates/rebar.config @@ -1,15 +1,15 @@ {sub_dirs, [ - "apps/chttpd", + "apps/ibrowse", "apps/couch", + "apps/chttpd", "apps/etap", "apps/fabric", - "apps/ibrowse", "apps/mem3", "apps/mochiweb", "apps/oauth", "apps/rexi", - "apps/showroom", "rel" ]}. {cover_enabled, true}. {erl_opts, [debug_info, fail_on_warning]}. +{lib_dirs, ["apps"]}. -- cgit v1.2.3