You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/09/26 13:19:09 UTC

[couchdb-documentation] 01/01: Add a bogus Erlang project directory for rebar3

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch rebar3-bogus-app
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 9bc29a6d8c798a5267a9122bc0af4187712c47f9
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Sep 26 09:17:54 2019 -0400

    Add a bogus Erlang project directory for rebar3
---
 ebin/couchdb_documentation.app | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ebin/couchdb_documentation.app b/ebin/couchdb_documentation.app
new file mode 100644
index 0000000..b243776
--- /dev/null
+++ b/ebin/couchdb_documentation.app
@@ -0,0 +1,7 @@
+{application, couchdb_documentation, [
+    {applications,[]},
+    {description, "A bogus app file for rebar3"},
+    {registered, []},
+    {vsn, "3.0.0"},
+    {modules,[]}
+]}.