SOLR-4890: remove /non/existent/dir/yields/warning from example

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1490889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-06-08 00:53:32 +00:00
parent d342f49051
commit d08b2810fd
1 changed files with 3 additions and 5 deletions

View File

@ -66,6 +66,9 @@
files in that directory which completely match the regex files in that directory which completely match the regex
(anchored on both ends) will be included. (anchored on both ends) will be included.
If a 'dir' option (with or without a regex) is used and nothing
is found that matches, a warning will be logged.
The examples below can be used to load some solr-contribs along The examples below can be used to load some solr-contribs along
with their external dependencies. with their external dependencies.
--> -->
@ -81,11 +84,6 @@
<lib dir="../../../contrib/velocity/lib" regex=".*\.jar" /> <lib dir="../../../contrib/velocity/lib" regex=".*\.jar" />
<lib dir="../../../dist/" regex="solr-velocity-\d.*\.jar" /> <lib dir="../../../dist/" regex="solr-velocity-\d.*\.jar" />
<!-- If a 'dir' option (with or without a regex) is used and nothing
is found that matches, a warning will be logged.
-->
<lib dir="/non/existent/dir/yields/warning" />
<!-- an exact 'path' can be used instead of a 'dir' to specify a <!-- an exact 'path' can be used instead of a 'dir' to specify a
specific jar file. This will cause a serious error to be logged specific jar file. This will cause a serious error to be logged
if it can't be loaded. if it can't be loaded.