You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/28 22:16:25 UTC

[3/7] bear commit: updated refs/heads/master to 008f48a

Add {modules, []} to bear.app.src

erlang.mk complains otherwise and thus cannot build a release.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-bear/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-bear/commit/07a7cf01
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-bear/tree/07a7cf01
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-bear/diff/07a7cf01

Branch: refs/heads/master
Commit: 07a7cf019c11212e9235eb54e88969162b3ed88a
Parents: 1192345
Author: Motiejus Jakštys <mo...@amazon.com>
Authored: Wed Dec 10 22:27:01 2014 +0100
Committer: Motiejus Jakštys <mo...@amazon.com>
Committed: Wed Dec 10 22:27:01 2014 +0100

----------------------------------------------------------------------
 src/bear.app.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-bear/blob/07a7cf01/src/bear.app.src
----------------------------------------------------------------------
diff --git a/src/bear.app.src b/src/bear.app.src
index 3aac9fd..d255a45 100644
--- a/src/bear.app.src
+++ b/src/bear.app.src
@@ -4,5 +4,6 @@
   {vsn, git},
   {registered, []},
   {applications, []},
-  {env, []}
+  {env, []},
+  {modules, []}
  ]}.