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:
Yonik Seeley 2009-10-13 17:11:41 +00:00
parent 922fe8842e
commit dd8ebf60d9
1 changed files with 1 additions and 1 deletions

View File

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