You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2014/12/28 20:48:03 UTC

svn commit: r1648246 - in /lucene/dev/trunk/solr: ./ example/example-DIH/solr/db/conf/ example/example-DIH/solr/mail/conf/ example/example-DIH/solr/rss/conf/ example/example-DIH/solr/solr/conf/ server/solr/configsets/sample_techproducts_configs/conf/

Author: erick
Date: Sun Dec 28 19:48:03 2014
New Revision: 1648246

URL: http://svn.apache.org/r1648246
Log:
SOLR-6876: Remove unused legacy scripts.conf

Removed:
    lucene/dev/trunk/solr/example/example-DIH/solr/db/conf/scripts.conf
    lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/scripts.conf
    lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/scripts.conf
    lucene/dev/trunk/solr/example/example-DIH/solr/solr/conf/scripts.conf
    lucene/dev/trunk/solr/server/solr/configsets/sample_techproducts_configs/conf/scripts.conf
Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1648246&r1=1648245&r2=1648246&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sun Dec 28 19:48:03 2014
@@ -569,6 +569,8 @@ Other Changes
 
 * SOLR-3711: Truncate long strings in /browse field facets (ehatcher)
 
+* SOLR-6876: Remove unused legacy scripts.conf (Alexandre Rafalovitch via Erick Erickson)
+
 ==================  4.10.3 ==================
 
 Bug Fixes