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 2014/07/10 16:50:37 UTC

[04/50] couchdb commit: updated refs/heads/master to 6526051

Copy {main.js,coffee-script.js} to correct directory


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

Branch: refs/heads/master
Commit: fd0850677e1e2c6aabb35e67d351529df7097890
Parents: 35f3fbe
Author: Robert Newson <rn...@apache.org>
Authored: Tue Apr 15 13:44:50 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Apr 15 13:44:50 2014 +0100

----------------------------------------------------------------------
 rel/reltool.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/fd085067/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 331e2b1..f180591 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -64,8 +64,8 @@
     {copy, "overlay/bin"},
     {copy, "overlay/etc"},
     {copy, "../src/couch/priv/couchjs", "bin/couchjs"},
-    {copy, "../share/server/main.js", "share/couchjs/main.js"},
-    {copy, "../share/server/coffee-script.js", "share/couchjs/coffee-script.js"},
+    {copy, "../share/server/main.js", "share/server/main.js"},
+    {copy, "../share/server/coffee-script.js", "share/server/coffee-script.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"},