Include default lookup for custom libs in ./lib

This commit is contained in:
Will Rossiter 2014-01-16 13:54:40 +13:00
parent 51876f30d3
commit f2b7963c82
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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" />