You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/07 18:20:30 UTC

[24/47] git commit: updated refs/heads/1.5.x to 797537c

remove more accidental edits


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

Branch: refs/heads/1.5.x
Commit: 3f455e891d0bd5cc65b5047f415309c999a2e83f
Parents: 1b99492
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 4 15:06:51 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 4 15:06:51 2013 +0200

----------------------------------------------------------------------
 src/couchjs-node/Makefile.am | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3f455e89/src/couchjs-node/Makefile.am
----------------------------------------------------------------------
diff --git a/src/couchjs-node/Makefile.am b/src/couchjs-node/Makefile.am
index b7b5562..2144970 100644
--- a/src/couchjs-node/Makefile.am
+++ b/src/couchjs-node/Makefile.am
@@ -10,17 +10,15 @@
 ## License for the specific language governing permissions and limitations under
 ## the License.
 
-
 EXTRA_DIST = \
-  couchjs-node/cli.js \
-  couchjs-node/console.js \
-  couchjs-node/couchdb.js \
-  couchjs-node/couchjs.js \
-  couchjs-node/inspector.js \
-  couchjs-node/Makefile.am \
-  couchjs-node/package.json \
-  couchjs-node/README.md \
-  couchjs-node/sandbox.js \
-  couchjs-node/stream.js \
-  couchjs-node/test/experiment.js \
-  couchjs-node/xml.js
+  cli.js \
+  console.js \
+  couchdb.js \
+  couchjs.js \
+  inspector.js \
+  package.json \
+  README.md \
+  sandbox.js \
+  stream.js \
+  test/experiment.js \
+  xml.js