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 2010/08/18 13:47:03 UTC

svn commit: r986634 - /couchdb/trunk/share/Makefile.am

Author: rnewson
Date: Wed Aug 18 11:47:02 2010
New Revision: 986634

URL: http://svn.apache.org/viewvc?rev=986634&view=rev
Log:
include new attachment_ranges.js in share/Makefile.am

Modified:
    couchdb/trunk/share/Makefile.am

Modified: couchdb/trunk/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/Makefile.am?rev=986634&r1=986633&r2=986634&view=diff
==============================================================================
--- couchdb/trunk/share/Makefile.am (original)
+++ couchdb/trunk/share/Makefile.am Wed Aug 18 11:47:02 2010
@@ -116,6 +116,7 @@ nobase_dist_localdata_DATA = \
     www/script/test/attachments_multipart.js \
     www/script/test/attachment_names.js \
     www/script/test/attachment_paths.js \
+    www/script/test/attachment_ranges.js \
     www/script/test/attachment_views.js \
     www/script/test/auth_cache.js \
     www/script/test/basics.js \