diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:37:18 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 05:06:23 +0200 |
commit | 9229c14078bda5c0386a43fc89fcc5f3f5471670 (patch) | |
tree | 938a590994ef4036c6929acd27654d035fa7a02c /reltool.config | |
parent | 02c3707c03bdcc607b05c0fdbfaeaa7f65774de9 (diff) |
Use mochiweb for v1 API
Conflicts:
catlfish.config
src/v1.erl
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config index 6f9d52a..75e417c 100644 --- a/reltool.config +++ b/reltool.config @@ -13,6 +13,7 @@ {excl_archive_filters, ["^include$","^priv$","^\\.git$"]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, + {app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]}, {app, lager, [{app_file, all}, {lib_dir, "../lager"}]}, {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}, {app, jiffy, [{app_file, all}, {lib_dir, "../jiffy"}]} |