From 264cb29e3014acdece32f2e0167b060e22fc9060 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 23 Aug 2010 23:19:25 -0400 Subject: no more rebar templates in configure --- rebar.config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rebar.config (limited to 'rebar.config') 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"]}. -- cgit v1.2.3