You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/08/28 14:16:01 UTC

[30/37] couch-replicator commit: updated refs/heads/master to aafb5f9

Add the mod entry so the application starts correctly.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/9b2dd482
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/9b2dd482
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/9b2dd482

Branch: refs/heads/master
Commit: 9b2dd48231417c2b84dae746f8bf81accf09bb12
Parents: 087bef9
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Aug 11 15:03:37 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Aug 11 15:03:37 2014 -0500

----------------------------------------------------------------------
 src/couch_replicator.app.src | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/9b2dd482/src/couch_replicator.app.src
----------------------------------------------------------------------
diff --git a/src/couch_replicator.app.src b/src/couch_replicator.app.src
index 06c6c68..f4470f2 100644
--- a/src/couch_replicator.app.src
+++ b/src/couch_replicator.app.src
@@ -13,6 +13,7 @@
 {application, couch_replicator, [
     {description, "CouchDB replicator"},
     {vsn, git},
+    {mod, {couch_replicator_app, []}},
     {modules, [
         couch_replicator,
         couch_replicator_api_wrap,