You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:09:55 UTC

[04/30] bear commit: updated refs/heads/import-master to 5f99806

app file


Project: http://git-wip-us.apache.org/repos/asf/couchdb-bear/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-bear/commit/7ef9a7b9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-bear/tree/7ef9a7b9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-bear/diff/7ef9a7b9

Branch: refs/heads/import-master
Commit: 7ef9a7b90ffb6866cadb0167635910670923626b
Parents: 5b87b46
Author: joewilliams <wi...@gmail.com>
Authored: Fri Mar 30 15:34:07 2012 -0700
Committer: joewilliams <wi...@gmail.com>
Committed: Fri Mar 30 15:34:07 2012 -0700

----------------------------------------------------------------------
 src/bear.app.src | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-bear/blob/7ef9a7b9/src/bear.app.src
----------------------------------------------------------------------
diff --git a/src/bear.app.src b/src/bear.app.src
new file mode 100644
index 0000000..3aac9fd
--- /dev/null
+++ b/src/bear.app.src
@@ -0,0 +1,8 @@
+{application, bear,
+ [
+  {description, ""},
+  {vsn, git},
+  {registered, []},
+  {applications, []},
+  {env, []}
+ ]}.