Repository: couchdb-couch-event Updated Branches: refs/heads/master 06477c261 -> 4c1a1c5f1
fix warning Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/commit/4c1a1c5f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/tree/4c1a1c5f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/diff/4c1a1c5f Branch: refs/heads/master Commit: 4c1a1c5f179094456f1a00285ee962b9743826c3 Parents: 06477c2 Author: Robert Newson <[email protected]> Authored: Thu Nov 20 09:06:18 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Thu Nov 20 09:06:18 2014 +0000 ---------------------------------------------------------------------- rebar.config | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-event/blob/4c1a1c5f/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..f68b4b5 --- /dev/null +++ b/rebar.config @@ -0,0 +1 @@ +{erl_first_files, ["src/couch_event_listener.erl"]}.
