You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/12/07 14:24:39 UTC

couchdb commit: updated refs/heads/master to 317a95f

Repository: couchdb
Updated Branches:
  refs/heads/master 9835ffbe0 -> 317a95fbb


Include main-coffee.js in release artifact

COUCHDB-3252


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

Branch: refs/heads/master
Commit: 317a95fbb852ba6c990122b785c6171a82fafd71
Parents: 9835ffb
Author: Robert Newson <rn...@apache.org>
Authored: Wed Dec 7 14:12:47 2016 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Dec 7 14:12:47 2016 +0000

----------------------------------------------------------------------
 rel/reltool.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/317a95fb/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 9c1f67f..71ce069 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -121,7 +121,7 @@
     {copy, "overlay/etc"},
     {copy, "../src/couch/priv/couchjs", "bin/couchjs"},
     {copy, "../share/server/main.js", "share/server/main.js"},
-    {copy, "../share/server/coffee-script.js", "share/server/coffee-script.js"},
+    {copy, "../share/server/main-coffee.js", "share/server/main-coffee.js"},
     {copy, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"},
     {copy, "files/vm.args", "releases/\{\{rel_vsn\}\}/vm.args"},
     {template, "overlay/etc/default.ini", "etc/default.ini"},