summaryrefslogtreecommitdiff
path: root/src/couchdb/couch.app.tpl.in
blob: 3b1ea02fd9f64ace7a2b32fe78bb633e922915af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{application,couch,
             [{description,"@package_name@"},
              {vsn,"@version@"},
              {modules,[couch_btree,
                        couch_db,
                        couch_db_updater,
                        couch_doc,
                        couch_query_servers,
                        couch_file,
                        couch_server,
                        couch_server_sup,
                        couch_stream,
                        couch_key_tree,
                        couch_view,
                        couch_util,
                        couch_httpd,
                        couch_event_sup,
                        couch_db_update_notifier,
                        couch_db_update_notifier_sup,
                        couch_log,
                        couch_rep]},
              {registered,[couch_server,
                           couch_server_sup,
                           couch_view,
                           couch_query_servers,
                           couch_db_update_notifier_sup]},
              {applications,[kernel,stdlib,crypto,inets,mochiweb]}]}.