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/02/06 18:40:27 UTC

[45/50] [abbrv] couch commit: updated refs/heads/import-rcouch to e2dbc79

move src/* to the root

There is no need of an src/ folder except for an aesthetic reason, we
are obviously distributing a source. This layout is alos more common in
the Erlang world, and most editor and package manager understand it.


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

Branch: refs/heads/import-rcouch
Commit: c5c34fe6d9c447a8981a212fba0d8dbbd8a452fa
Parents: e8a0120
Author: benoitc <be...@apache.org>
Authored: Sun Jan 12 10:17:31 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 11:38:30 2014 -0600

----------------------------------------------------------------------
 rebar.config.script      | 2 +-
 src/couch.app.src.script | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/c5c34fe6/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 5a75a3d..3acdfae 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -14,7 +14,7 @@
 %% the License.
 
 
-Cfg = case file:consult("../../../pkg.vars.config") of
+Cfg = case file:consult("../../pkg.vars.config") of
           {ok, Terms} ->
               Terms;
           _Err ->

http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/c5c34fe6/src/couch.app.src.script
----------------------------------------------------------------------
diff --git a/src/couch.app.src.script b/src/couch.app.src.script
index d8962fa..1e14e3d 100644
--- a/src/couch.app.src.script
+++ b/src/couch.app.src.script
@@ -14,7 +14,7 @@
 %% the License.
 
 
-Cfg = case file:consult("../../../pkg.vars.config") of
+Cfg = case file:consult("../../pkg.vars.config") of
           {ok, Terms} ->
               Terms;
           _Err ->