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

[couchdb-fauxton] 01/01: Add a bogus Erlang project dir 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-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,[]}
+]}.