- 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:
Otis Gospodnetic 2001-12-25 19:34:04 +00:00
parent 0c7b18a929
commit 62ce310c9e
1 changed files with 2 additions and 0 deletions

View File

@ -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