summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-18 16:16:09 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-18 17:19:37 -0400
commit6d18638d747374cb0e90e9bcbefbc71d959254fd (patch)
tree51ee2c2fd1020550e56febb03c740582af04dfce /rebar.config
parent1fda1aa8f69d5870c5711b0068971c7d4594e6cc (diff)
clear out root folder a bit, moving couch bits into apps/couch or rel/
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config14
1 files changed, 0 insertions, 14 deletions
diff --git a/rebar.config b/rebar.config
deleted file mode 100644
index ea77f778..00000000
--- a/rebar.config
+++ /dev/null
@@ -1,14 +0,0 @@
-{sub_dirs, [
- "apps/ibrowse",
- "apps/couch",
- "apps/chttpd",
- "apps/etap",
- "apps/fabric",
- "apps/mem3",
- "apps/mochiweb",
- "apps/oauth",
- "apps/rexi",
- "rel"
-]}.
-{erl_opts, [debug_info]}.
-{lib_dirs, ["apps"]}.