mirror of https://github.com/apache/lucene.git
LUCENE-5902: Make loadresource quiet
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9a2d653b9
commit
5cc507e880
|
@ -897,7 +897,7 @@
|
||||||
</or>
|
</or>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
||||||
<loadresource property="tests.explicitclass">
|
<loadresource property="tests.explicitclass" quiet="true">
|
||||||
<string value="${tests.class}" />
|
<string value="${tests.class}" />
|
||||||
<filterchain>
|
<filterchain>
|
||||||
<replaceregex pattern="\." replace="/" flags="g" />
|
<replaceregex pattern="\." replace="/" flags="g" />
|
||||||
|
|
Loading…
Reference in New Issue