summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-06-09 17:07:05 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-06-09 17:07:05 -0400
commit5b4205315fd9b1c0745974705c67c68e0cb1c8a7 (patch)
treed2e20878daeaf32590420c5708cab53b5e5f0891 /ebin
parent34467d1f47d55b6b793f338b200eecf935b81cd4 (diff)
updates to .app resource files
Diffstat (limited to 'ebin')
-rw-r--r--ebin/fabric.app9
1 files changed, 3 insertions, 6 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app
index b93387a4..ffd5f82f 100644
--- a/ebin/fabric.app
+++ b/ebin/fabric.app
@@ -1,8 +1,8 @@
%% fabric app resource file
{application, fabric,
- [{description, "clustered couchdb functions"},
- {vsn, "0.1.0"},
+ [{description, "Routing and proxying layer for CouchDB cluster"},
+ {vsn, "1.0"},
{modules, [
fabric,
fabric_all_databases,
@@ -25,8 +25,5 @@
fabric_view_map,
fabric_view_reduce
]},
- {registered, []},
- {included_applications, []},
- {applications, [kernel, stdlib, couch, rexi, membership]},
- {start_phases, []}
+ {applications, [kernel, stdlib, couch, rexi, membership]}
]}.