You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2010/08/10 21:33:22 UTC

svn commit: r984178 - in /couchdb/trunk: configure.ac etc/Makefile.am etc/windows/ etc/windows/Makefile.am license.skip

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