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/f8fb11a0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/f8fb11a0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/f8fb11a0

Branch: refs/heads/import
Commit: f8fb11a05182140cadf9cbe1b67def35afb53aaa
Parents: dd16693
Author: Robert Newson <robert.new...@cloudant.com>
Authored: Sat Jan 5 12:39:07 2013 +0000
Committer: Paul J. Davis <paul.joseph.da...@gmail.com>
Committed: Tue Feb 4 17:03:23 2014 -0600

----------------------------------------------------------------------
 src/couch.app.tpl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/f8fb11a0/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]}
 ]}.

Reply via email to