mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
SOLR-3624: example/solr/collection1/conf/solrconfig.xml sample library declarations off-by-one
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96ac778338
commit
00ba2693b5
@ -64,17 +64,17 @@
|
||||
files in that directory which completely match the regex
|
||||
(anchored on both ends) will be included.
|
||||
-->
|
||||
<lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" />
|
||||
<lib dir="../../contrib/extraction/lib" regex=".*\.jar" />
|
||||
<lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" />
|
||||
<lib dir="../../../contrib/extraction/lib" regex=".*\.jar" />
|
||||
|
||||
<lib dir="../../dist/" regex="apache-solr-clustering-\d.*\.jar" />
|
||||
<lib dir="../../contrib/clustering/lib/" regex=".*\.jar" />
|
||||
<lib dir="../../../dist/" regex="apache-solr-clustering-\d.*\.jar" />
|
||||
<lib dir="../../../contrib/clustering/lib/" regex=".*\.jar" />
|
||||
|
||||
<lib dir="../../dist/" regex="apache-solr-langid-\d.*\.jar" />
|
||||
<lib dir="../../contrib/langid/lib/" regex=".*\.jar" />
|
||||
<lib dir="../../../dist/" regex="apache-solr-langid-\d.*\.jar" />
|
||||
<lib dir="../../../contrib/langid/lib/" regex=".*\.jar" />
|
||||
|
||||
<lib dir="../../dist/" regex="apache-solr-velocity-\d.*\.jar" />
|
||||
<lib dir="../../contrib/velocity/lib" regex=".*\.jar" />
|
||||
<lib dir="../../../dist/" regex="apache-solr-velocity-\d.*\.jar" />
|
||||
<lib dir="../../../contrib/velocity/lib" regex=".*\.jar" />
|
||||
|
||||
<!-- If a 'dir' option (with or without a regex) is used and nothing
|
||||
is found that matches, it will be ignored
|
||||
|
Loading…
x
Reference in New Issue
Block a user