summaryrefslogtreecommitdiff
path: root/ebin/fabric.app
blob: cd81b38393753648c04b717681e49d92d4ffb871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%% fabric app resource file

{application, fabric,
 [{description, "clustered couchdb functions"},
  {vsn, "0.1.0"},
  {modules, [
       fabric,
       fabric_api,
       fabric_create,
       fabric_delete,
       fabric_info,
       fabric_open,
       fabric_rpc,
       fabric_util,
       fabric_doc
   ]},
  {registered, []},
  {included_applications, []},
  {applications, [kernel, stdlib, couch, rexi, dynomite]},
  {start_phases, []}
 ]}.