mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Include default lookup for custom libs in ./lib
This commit is contained in:
parent
51876f30d3
commit
f2b7963c82
@ -67,6 +67,8 @@
|
||||
the classpath, this is useful for including all jars in a
|
||||
directory.
|
||||
-->
|
||||
<lib dir="./lib" />
|
||||
|
||||
<lib dir="../../contrib/extraction/lib" />
|
||||
<!-- When a regex is specified in addition to a directory, only the
|
||||
files in that directory which completely match the regex
|
||||
|
@ -72,6 +72,8 @@
|
||||
The examples below can be used to load some solr-contribs along
|
||||
with their external dependencies.
|
||||
-->
|
||||
<lib dir="./lib" />
|
||||
|
||||
<lib dir="../../../contrib/extraction/lib" regex=".*\.jar" />
|
||||
<lib dir="../../../dist/" regex="solr-cell-\d.*\.jar" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user