summaryrefslogtreecommitdiff
path: root/.rebar/templates/rebar.config
diff options
context:
space:
mode:
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"]}.