Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 85076 invoked from network); 31 Aug 2008 09:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2008 09:00:02 -0000 Received: (qmail 19056 invoked by uid 500); 31 Aug 2008 09:00:00 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 19034 invoked by uid 500); 31 Aug 2008 09:00:00 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 19025 invoked by uid 99); 31 Aug 2008 09:00:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2008 02:00:00 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2008 08:59:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 50A21238898B; Sun, 31 Aug 2008 01:59:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r690660 - in /incubator/couchdb/trunk: share/Makefile.am test/ Date: Sun, 31 Aug 2008 08:59:01 -0000 To: couchdb-commits@incubator.apache.org From: cmlenz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080831085901.50A21238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cmlenz Date: Sun Aug 31 01:59:00 2008 New Revision: 690660 URL: http://svn.apache.org/viewvc?rev=690660&view=rev Log: Register files added for futon uploads with the Makefile. Modified: incubator/couchdb/trunk/share/Makefile.am incubator/couchdb/trunk/test/ (props changed) Modified: incubator/couchdb/trunk/share/Makefile.am URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/Makefile.am?rev=690660&r1=690659&r2=690660&view=diff ============================================================================== --- incubator/couchdb/trunk/share/Makefile.am (original) +++ incubator/couchdb/trunk/share/Makefile.am Sun Aug 31 01:59:00 2008 @@ -18,6 +18,7 @@ www/browse/_delete_database.html \ www/browse/_delete_document.html \ www/browse/_save_view_as.html \ + www/browse/_upload_attachment.html \ www/browse/database.html \ www/browse/document.html \ www/browse/index.html \ @@ -59,6 +60,7 @@ www/script/jquery.cookies.js \ www/script/jquery.couch.js \ www/script/jquery.dialog.js \ + www/script/jquery.form.js \ www/script/jquery.resizer.js \ www/script/jquery.suggest.js \ www/script/json2.js \ Propchange: incubator/couchdb/trunk/test/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Sun Aug 31 01:59:00 2008 @@ -1,3 +1,4 @@ .deps Makefile.in Makefile +*.beam