diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-11-20 12:48:58 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-11-20 12:48:58 +0100 |
commit | 33381a18f755f3c778211d575e49e94bd2fc7688 (patch) | |
tree | 7072603383bf2deb503d0ac9f91d22ef13b82ff6 | |
parent | d01f3c4b8ca72d722aff8ac6ac4346e089f319a6 (diff) |
We don't use jiffy any more.
-rw-r--r-- | reltool.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/reltool.config b/reltool.config index 75e417c..d3fa4da 100644 --- a/reltool.config +++ b/reltool.config @@ -15,6 +15,5 @@ {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"}]} + {app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]} ]}. |