You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/03/26 16:15:59 UTC

couchdb commit: updated refs/heads/Fix-the-build-d3-issue to 91eb009

Repository: couchdb
Updated Branches:
  refs/heads/Fix-the-build-d3-issue 380a4adb6 -> 91eb00900


Typo.  I will squash this when it gets into master


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

Branch: refs/heads/Fix-the-build-d3-issue
Commit: 91eb0090021761af1df954fc469ba10ec6ef6acd
Parents: 380a4ad
Author: suelockwood <de...@apache.org>
Authored: Wed Mar 26 11:15:56 2014 -0400
Committer: suelockwood <de...@apache.org>
Committed: Wed Mar 26 11:15:56 2014 -0400

----------------------------------------------------------------------
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/91eb0090/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 00769a5..ccf6ccd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -251,7 +251,7 @@ FAUXTON_FILES = \
     fauxton/assets/js/libs/backbone.js \
     fauxton/assets/js/libs/bootstrap.js \
     fauxton/assets/js/libs/d3.js \
-    fauxton/assets/js/libs/global.d3.js \
+    fauxton/assets/js/libs/d3.global.js \
     fauxton/assets/js/libs/jquery.js \
     fauxton/assets/js/libs/lodash.js \
     fauxton/assets/js/libs/nv.d3.js \