LUCENE-5339: PrintTaxonomyStats is allowed to use System.out

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1555438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-01-05 00:22:35 +00:00
parent 0fb9f03de6
commit f9e8c93cf9
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
</bundledSignatures> </bundledSignatures>
<excludes> <excludes>
<!-- exclude command line tools --> <!-- exclude command line tools -->
<exclude>org/apache/lucene/facet/util/PrintTaxonomyStats.class</exclude> <exclude>org/apache/lucene/facet/taxonomy/PrintTaxonomyStats.class</exclude>
</excludes> </excludes>
</configuration> </configuration>
<goals> <goals>