summaryrefslogtreecommitdiff
path: root/.rebar/templates/rebar.config
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-18 17:48:18 -0400
committerBrad Anderson <brad@cloudant.com>2010-08-18 17:48:18 -0400
commit958598fd6ed481f802716dd0aff4502eae2c62c2 (patch)
tree46a0346b9362ff393aa18e39606e685da352e5e8 /.rebar/templates/rebar.config
parentd2092430163679de7e209b959bfe11132fb1d3f7 (diff)
order matters in rebar.config, esp. on clean slate
Diffstat (limited to '.rebar/templates/rebar.config')
-rw-r--r--.rebar/templates/rebar.config6
1 files changed, 3 insertions, 3 deletions
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"]}.