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:18:55 UTC

[couchdb-fauxton] branch rebar3-bogus-app created (now 56820f8)

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-fauxton.git.


      at 56820f8  Add a bogus Erlang project dir for rebar3

This branch includes the following new commits:

     new 56820f8  Add a bogus Erlang project dir 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-fauxton] 01/01: Add a bogus Erlang project dir 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-fauxton.git

commit 56820f8532f47bdb1644ea5ef471b19ff4a8fead
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Sep 26 09:18:26 2019 -0400

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

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