summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-23 23:19:25 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-23 23:40:54 -0400
commit264cb29e3014acdece32f2e0167b060e22fc9060 (patch)
treeda13ba61314008eef97c53e6b17cca926725602d /rebar.config
parenta70b91c1ba2101b8d8bb9141af13c50b362d6ba5 (diff)
no more rebar templates in configure
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 00000000..f2b91397
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,15 @@
+{sub_dirs, [
+ "apps/ibrowse",
+ "apps/couch",
+ "apps/chttpd",
+ "apps/etap",
+ "apps/fabric",
+ "apps/mem3",
+ "apps/mochiweb",
+ "apps/oauth",
+ "apps/rexi",
+ "rel"
+]}.
+{cover_enabled, true}.
+{erl_opts, [debug_info, fail_on_warning]}.
+{lib_dirs, ["apps"]}.