mirror of https://github.com/apache/lucene.git
fix nightly: be more flexible about solr-cell regex matching jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
922fe8842e
commit
dd8ebf60d9
|
@ -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
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue