Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 40141 invoked from network); 10 Aug 2010 19:34:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 19:34:41 -0000 Received: (qmail 30203 invoked by uid 500); 10 Aug 2010 19:34:41 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 30138 invoked by uid 500); 10 Aug 2010 19:34:40 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 30131 invoked by uid 99); 10 Aug 2010 19:34:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 19:34:40 +0000 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; Tue, 10 Aug 2010 19:34:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4C0A12388A2C; Tue, 10 Aug 2010 19:33:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r984178 - in /couchdb/trunk: configure.ac etc/Makefile.am etc/windows/ etc/windows/Makefile.am license.skip Date: Tue, 10 Aug 2010 19:33:22 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100810193322.4C0A12388A2C@eris.apache.org> Author: nslater Date: Tue Aug 10 19:33:21 2010 New Revision: 984178 URL: http://svn.apache.org/viewvc?rev=984178&view=rev Log: added etc/windows to the build, fixes COUCHDB-849 Added: couchdb/trunk/etc/windows/Makefile.am Modified: couchdb/trunk/configure.ac couchdb/trunk/etc/Makefile.am couchdb/trunk/etc/windows/ (props changed) couchdb/trunk/license.skip Modified: couchdb/trunk/configure.ac URL: http://svn.apache.org/viewvc/couchdb/trunk/configure.ac?rev=984178&r1=984177&r2=984178&view=diff ============================================================================== --- couchdb/trunk/configure.ac (original) +++ couchdb/trunk/configure.ac Tue Aug 10 19:33:21 2010 @@ -397,6 +397,7 @@ AC_CONFIG_FILES([etc/launchd/org.apache. AC_CONFIG_FILES([etc/launchd/Makefile]) AC_CONFIG_FILES([etc/logrotate.d/couchdb.tpl]) AC_CONFIG_FILES([etc/logrotate.d/Makefile]) +AC_CONFIG_FILES([etc/windows/Makefile]) AC_CONFIG_FILES([etc/Makefile]) AC_CONFIG_FILES([share/Makefile]) AC_CONFIG_FILES([src/Makefile]) Modified: couchdb/trunk/etc/Makefile.am URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/Makefile.am?rev=984178&r1=984177&r2=984178&view=diff ============================================================================== --- couchdb/trunk/etc/Makefile.am (original) +++ couchdb/trunk/etc/Makefile.am Tue Aug 10 19:33:21 2010 @@ -10,7 +10,7 @@ ## License for the specific language governing permissions and limitations under ## the License. -SUBDIRS = couchdb default init launchd logrotate.d +SUBDIRS = couchdb default init launchd logrotate.d windows default_sysconf_data = logrotate.d/couchdb Propchange: couchdb/trunk/etc/windows/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Tue Aug 10 19:33:21 2010 @@ -0,0 +1,2 @@ +Makefile.in +Makefile Added: couchdb/trunk/etc/windows/Makefile.am URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/windows/Makefile.am?rev=984178&view=auto ============================================================================== --- couchdb/trunk/etc/windows/Makefile.am (added) +++ couchdb/trunk/etc/windows/Makefile.am Tue Aug 10 19:33:21 2010 @@ -0,0 +1,13 @@ +## Licensed under the Apache License, Version 2.0 (the "License"); you may not +## use this file except in compliance with the License. You may obtain a copy of +## the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +## License for the specific language governing permissions and limitations under +## the License. + +## This file intentionally left blank. Modified: couchdb/trunk/license.skip URL: http://svn.apache.org/viewvc/couchdb/trunk/license.skip?rev=984178&r1=984177&r2=984178&view=diff ============================================================================== --- couchdb/trunk/license.skip (original) +++ couchdb/trunk/license.skip Tue Aug 10 19:33:21 2010 @@ -49,6 +49,7 @@ ^etc/logrotate.d/Makefile ^etc/logrotate.d/Makefile.in ^etc/logrotate.d/couchdb* +^etc/windows/Makefile ^etc/windows/README.txt.tpl ^libtool ^license.skip