SOLR-2588: Switch away from hard-coded luceneMatchVersion in solrconfig.xml under test-files/.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-26 21:36:39 +00:00
parent fe22e8c7b1
commit 0f595036ba
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
this file, see http://wiki.apache.org/solr/SolrConfigXml.
-->
<config>
<luceneMatchVersion>LUCENE_40</luceneMatchVersion>
<luceneMatchVersion>${tests.luceneMatchVersion:LUCENE_CURRENT}</luceneMatchVersion>
<lib dir="../../contrib/velocity/lib" />
<lib dir="../../dist/" regex="apache-solr-velocity-\d.*\.jar" />