Author: yonik
Date: Tue Oct 13 17:11:41 2009
New Revision: 824844
URL: http://svn.apache.org/viewvc?rev=824844&view=rev
Log:
fix nightly: be more flexible about solr-cell regex matching jar
Modified:
lucene/solr/trunk/example/solr/conf/solrconfig.xml
Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=824844&r1=824843&r2=824844&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Tue Oct 13 17:11:41 2009
@@ -51,7 +51,7 @@
directory which completely match the regex (anchored on both ends)
will be included.
-->
- <lib dir="../../dist/" regex="apache-solr-cell-(\d|\.)+-.*\.jar" />
+ <lib dir="../../dist/" regex="apache-solr-cell-.*\.jar" />
<!-- If a dir option (with or without a regex) is used and nothing is found
that matches, it will be ignored
-->