mirror of https://github.com/apache/lucene.git
- Added build.compiler.pedantic=false property, so that we can easily turn on
Jikes' pedantic mode and get any warnings. I like clean code. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c7b18a929
commit
62ce310c9e
|
@ -26,6 +26,8 @@ packages=org.apache.lucene.*
|
|||
# javadoc link
|
||||
javadoc.link=http://java.sun.com/products/jdk/1.3/docs/api/
|
||||
|
||||
build.compiler.pedantic=false
|
||||
|
||||
build.dir = ./bin
|
||||
build.classes = ${build.dir}/classes
|
||||
build.lib = ${build.dir}/lib
|
||||
|
|
Loading…
Reference in New Issue