Repository: couchdb-couch-dbupdates
Updated Branches:
  refs/heads/windsor-merge b9acfa82e -> 05de5e1a7 (forced update)


Update couch_dbupdates.app.src


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/commit/05de5e1a
Tree: 
http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/tree/05de5e1a
Diff: 
http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/diff/05de5e1a

Branch: refs/heads/windsor-merge
Commit: 05de5e1a745da26d5d792da253d89be9108ed26d
Parents: 6a4d75d
Author: Paul J. Davis <[email protected]>
Authored: Sat Aug 16 22:06:31 2014 -0500
Committer: Paul J. Davis <[email protected]>
Committed: Sat Aug 16 22:14:17 2014 -0500

----------------------------------------------------------------------
 src/couch_dbupdates.app.src | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/blob/05de5e1a/src/couch_dbupdates.app.src
----------------------------------------------------------------------
diff --git a/src/couch_dbupdates.app.src b/src/couch_dbupdates.app.src
index a5597ba..2e8ed6a 100644
--- a/src/couch_dbupdates.app.src
+++ b/src/couch_dbupdates.app.src
@@ -1,11 +1,12 @@
-{application, couch_dbupdates,
- [
-  {description, ""},
-  {vsn, git},
-  {registered, []},
-  {applications, [
-                  kernel,
-                  stdlib
-                 ]},
-  {env, []}
- ]}.
+{application, couch_dbupdates, [
+    {description, "HTTP interface to CouchDB events."},
+    {vsn, git},
+    {registered, []},
+    {applications, [
+        kernel,
+        stdlib,
+        couch_event,
+        couch
+    ]},
+    {env, []}
+]}.

Reply via email to