dovecot-1.1: solr-schema.xml move was forgotten from Makefiles.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 21 00:59:08 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/cc5e81bf3ee0
changeset: 7782:cc5e81bf3ee0
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 00:59:04 2008 +0300
description:
solr-schema.xml move was forgotten from Makefiles.

diffstat:

2 files changed, 1 insertion(+), 2 deletions(-)
doc/Makefile.am                  |    1 +
src/plugins/fts-solr/Makefile.am |    2 --

diffs (22 lines):

diff -r 2bd9f6fec1ec -r cc5e81bf3ee0 doc/Makefile.am
--- a/doc/Makefile.am	Mon Jul 21 00:09:44 2008 +0300
+++ b/doc/Makefile.am	Mon Jul 21 00:59:04 2008 +0300
@@ -14,5 +14,6 @@ EXTRA_DIST = \
 EXTRA_DIST = \
 	mkcert.sh \
 	dovecot-openssl.cnf \
+	solr-schema.xml \
 	$(doc_DATA) \
 	$(conf_DATA)
diff -r 2bd9f6fec1ec -r cc5e81bf3ee0 src/plugins/fts-solr/Makefile.am
--- a/src/plugins/fts-solr/Makefile.am	Mon Jul 21 00:09:44 2008 +0300
+++ b/src/plugins/fts-solr/Makefile.am	Mon Jul 21 00:59:04 2008 +0300
@@ -23,8 +23,6 @@ noinst_HEADERS = \
 	fts-solr-plugin.h \
 	solr-connection.h
 
-EXTRA_DIST = schema.xml
-
 install-exec-local:
 	for d in imap lda; do \
 	  $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \


More information about the dovecot-cvs mailing list