You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/10 21:05:07 UTC

[07/50] couch commit: updated refs/remotes/origin/import to 09c6556

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/remotes/origin/import
Commit: f8fb11a05182140cadf9cbe1b67def35afb53aaa
Parents: dd16693
Author: Robert Newson <ro...@cloudant.com>
Authored: Sat Jan 5 12:39:07 2013 +0000
Committer: Paul J. Davis <pa...@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]}
 ]}.