diff options
Diffstat (limited to '.rebar/templates/rebar.config')
-rw-r--r-- | .rebar/templates/rebar.config | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.rebar/templates/rebar.config b/.rebar/templates/rebar.config deleted file mode 100644 index f2b91397..00000000 --- a/.rebar/templates/rebar.config +++ /dev/null @@ -1,15 +0,0 @@ -{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"]}. |