You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2008/08/29 16:48:00 UTC

svn commit: r690276 - in /incubator/couchdb/trunk: etc/couchdb/ etc/couchdb/couch.ini.tpl.in share/www/style/layout.css src/couchdb/ test/

Author: cmlenz
Date: Fri Aug 29 07:47:59 2008
New Revision: 690276

URL: http://svn.apache.org/viewvc?rev=690276&view=rev
Log:
Fix up svn:ignore properties after runtimeconfig branch merge.

Removed:
    incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in
Modified:
    incubator/couchdb/trunk/etc/couchdb/   (props changed)
    incubator/couchdb/trunk/share/www/style/layout.css
    incubator/couchdb/trunk/src/couchdb/   (props changed)
    incubator/couchdb/trunk/test/   (props changed)

Propchange: incubator/couchdb/trunk/etc/couchdb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Aug 29 07:47:59 2008
@@ -1,6 +1,4 @@
 Makefile
 Makefile.in
-couch_httpd.conf
-couch_httpd.conf.tpl
-couch.ini
-couch.ini.tpl
+default.ini
+default.ini.tpl

Modified: incubator/couchdb/trunk/share/www/style/layout.css
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/style/layout.css?rev=690276&r1=690275&r2=690276&view=diff
==============================================================================
--- incubator/couchdb/trunk/share/www/style/layout.css (original)
+++ incubator/couchdb/trunk/share/www/style/layout.css Fri Aug 29 07:47:59 2008
@@ -327,6 +327,7 @@
 #tabs .active :link, #tabs .active :visited { background: #e9e9e9;
   border-bottom-color: #e9e9e9; color: #333;
 }
+#tabs :link:focus, #tabs :visited:focus { outline: none; }
 
 /* Document fields table */
 

Propchange: incubator/couchdb/trunk/src/couchdb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Aug 29 07:47:59 2008
@@ -5,4 +5,8 @@
 couch.app
 couch.app.tpl
 couchjs
+edoc-info
+erlang.png
+stylesheet.css
 *.beam
+*.html

Propchange: incubator/couchdb/trunk/test/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Aug 29 07:47:59 2008
@@ -0,0 +1,3 @@
+.deps
+Makefile.in
+Makefile