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:08 UTC

[couchdb-documentation] branch rebar3-bogus-app created (now 9bc29a6)

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

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


      at 9bc29a6  Add a bogus Erlang project directory for rebar3

This branch includes the following new commits:

     new 9bc29a6  Add a bogus Erlang project directory for rebar3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by va...@apache.org.
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,[]}
+]}.