mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
* Removing ant-only unused tasks. * Correct message in TestVersion.java * Remove unused file. * Removing forbidden API rules for ant. * Remove 'resolve' emulation. * Move ecj-lint to task-definition-relative folder. * Remove 'packaging' specification. It'll have to wait until proper new packaging is implemented for Solr distribution. * Move render-javadoc tasks's files to task-relative location. * Moved security manager policies and default JDK logging file to gradle's task relative locations. * Removing obsolete ant tools. Moving check source patterns under gradle's folder. * Correct paths. * Correct property name in task selector.
11 lines
299 B
Properties
11 lines
299 B
Properties
|
|
# root handler
|
|
handlers=java.util.logging.ConsoleHandler
|
|
|
|
# root logger's cutoff threshold.
|
|
.level=INFO
|
|
|
|
# configure console handler to emit everything in the default format.
|
|
java.util.logging.ConsoleHandler.level=FINEST
|
|
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
|