diff options
author | Adam Kocoloski <adam@cloudant.com> | 2011-10-07 18:36:36 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2011-10-07 18:36:36 -0400 |
commit | 6e6523d62beff627c444aec3d658ef1a5d534ff1 (patch) | |
tree | 6aaaa4fe2fa61b301fd0421becadb18f76cddcb0 | |
parent | da7284ed2844926c7df0efef12ba30d8e2e6d039 (diff) |
Include twig explicitly in the release config
This fixes "Unable to generate spec" errors when trying to build a
release on Erlang/OTP R13.
-rw-r--r-- | rel/reltool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/reltool.config b/rel/reltool.config index 36c207eb..d8403865 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -26,6 +26,7 @@ mochiweb, ibrowse, oauth, + twig, couch, rexi, fabric, |