diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 04:37:18 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-24 11:10:05 +0200 |
commit | 00156d1b7740c4177fc29bd10d75ea4e0e59cc6e (patch) | |
tree | 8dc3ac870fead70b59b40240d7b12734e7d0d67b /reltool.config | |
parent | 5e0ad5a06c608250ca1130e378932c0275c99e63 (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"}]} |