couchdb depends on twig
Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/21a4e753 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/21a4e753 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/21a4e753 Branch: refs/heads/import Commit: 21a4e753d49c541e4776d0d1df2a44f3926c4169 Parents: e4f5242 Author: Robert Newson <[email protected]> Authored: Sat Jan 5 12:39:07 2013 +0000 Committer: Paul J. Davis <[email protected]> Committed: Fri Jan 17 16:44:30 2014 -0800 ---------------------------------------------------------------------- src/couch.app.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/21a4e753/src/couch.app.tpl.in ---------------------------------------------------------------------- diff --git a/src/couch.app.tpl.in b/src/couch.app.tpl.in index dc284e4..f83b6f6 100644 --- a/src/couch.app.tpl.in +++ b/src/couch.app.tpl.in @@ -22,6 +22,6 @@ "%localconfdir%/@defaultini@", "%localconfdir%/@localini@" ]}}, - {applications, [kernel, stdlib]}, + {applications, [kernel, stdlib, twig]}, {included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb, os_mon]} ]}.
